I've got two pages on my JSF application.
- page1 is requestscoped and has a form on its site
- page2 is viewscoped and shows the values from page1 which are entered
From page1 to page2 i'm using flashscope to transfer the input data. That works fine, but if i want to go back to page1 via button-click, i will get ViewExpiredException. HistoryBack on Browser does work. I would see the input-values on page1 again, if i would go back from page2.
In my navigation rule i'm not using redirect.
What i'm doing wrong?
Should i use in page1 viewscope too?
I'm using myfaces 2.1.6