[ 
https://issues.apache.org/jira/browse/MYFACES-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887842#action_12887842
 ] 

Werner Punz commented on MYFACES-2809:
--------------------------------------

Additional comment, it seems that in the second case restoreView is executed 
and then responseComplete returns true so further processing is halted which it 
should not, the rendering seems to be triggered early and a rerender of the 
current page is issued instead of processing further.


> Bug in navigation + ppr
> -----------------------
>
>                 Key: MYFACES-2809
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2809
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.1-SNAPSHOT
>            Reporter: Werner Punz
>            Priority: Blocker
>
> Hello I found following erratic behavior: if I have following forms
> http://www.pastebin.org/390005 under the name pprNavCase1 and the subsequent 
> form:
> http://www.pastebin.org/390009 under the name pprNavCase2 we get following 
> results:
> Navigation from page1 to page2 returns a rerender viewroot. Which is 
> absolutely correct
> A subsequent navigation from page2 to page1 returns in the content of page2 
> to be redrawn, which is incorrect.
> In Mojarra the code switches from page1 to page2 and returns back to page1.
> This is an absolute showstopper because it indicates an error in the 
> navigation somewhere, ppr navigation is not an unusual usecase.

-- 
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