I have 2 pages. The page 1 will transfer some data into page 2 so i have to use session scoped for bean in page 1. In page 2, i have to change some data which will influence data in page 1. But i go back page 1, the data is still not change. If i use View scope in page 1 i cannot transfer into page 2. Pls help me do
Asked
Active
Viewed 350 times
1
-
[JSF 2.0 - automatically include view parameters in url](http://stackoverflow.com/a/7257414/1065197) – Luiggi Mendoza Aug 08 '12 at 04:52
-
How are you "going back" to page 1 and what browser are you using? If you are trying to use the browser back button that isn't going to work because the browser is going to display the page from cache. – SteveS Aug 08 '12 at 16:52