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