[ 
https://issues.apache.org/jira/browse/EXTCDI-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897413#action_12897413
 ] 

Gerhard Petracek edited comment on EXTCDI-42 at 8/11/10 3:48 PM:
-----------------------------------------------------------------

workaround: use the web.xml context-param: 
org.apache.myfaces.extensions.cdi.DISABLE_INITIAL_REDIRECT

      was (Author: gpetracek):
    workaround: use web.xml context-param: 
org.apache.myfaces.extensions.cdi.DISABLE_INITIAL_REDIRECT
  
> 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: Minor
>             Fix For: 1.0.0-SNAPSHOT
>
>
> 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