1 Reply Latest reply on Apr 14, 2008 12:42 AM by pmuir

    Adding a request parameter programmatically

    sducas.sducas1.gmail.com

      Hello,


      Is there a way to add a http parameter programatically in a seam component:


      I tryed Parameters.instance().getRequestParameters().put(...)


      but this is an UnModifiable Map..

      My goal is to pass information from a parent conversation to a nested conversation (components are @PerNestedConversation so they don't share data each others...)


      Can I add a parameter for the redirection without page.xml files ???


      Thanks