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.