DefaultWindowContextManager#redirect drops all viewParams
---------------------------------------------------------

                 Key: EXTCDI-42
                 URL: https://issues.apache.org/jira/browse/EXTCDI-42
             Project: MyFaces CODI
          Issue Type: Bug
          Components: JEE-JSF12-Module
    Affects Versions: 1.0.0-SNAPSHOT
            Reporter: Mark Struberg
            Priority: Critical


When using a page with f:viewParam, e.g. 

<f:metadata>
    <f:viewParam id="userNr" name="userNr" value="#{backingBean.userNr}"/>
    <f:event type="javax.faces.event.PreRenderViewEvent" 
listener="#{backingBean.preRenderView}"/>
</f:metadata>

then the userNr parameter is being dropped in the redirect

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to