In many cases when using JSF, you’ll notice that the back button does not behave as expected. This is due to the fact that the state is saved on the server, and when you use the back button, the server still thinks you are on a different page. Adding the following will save the state on the client side, making the back button behave in a more expected manner.
[code lang=”java”]
javax.faces.STATE_SAVING_METHOD
client
[/code]
2 Responses
Chuck
September 18th, 2006 at 9:15 am
1Thanks for the tip! We were having a terrible time with the Back button and this just fixed everything.
Daniel
August 30th, 2007 at 5:25 am
2With this solution you load a lot of data to the client. This is not realy what a developer like.
RSS feed for comments on this post · TrackBack URI
Leave a reply
Categories
Archives
Links
Meta