Hello,
I am using
JSF 1.1 with Icefaces 1.8.0.
I would like to save state of my request bean when I navigate back to my page
My scenario is as follows
When I navigate from page one to page two, I would like to values in combo box's and datatable pagination be preserved
when I navigate back to page one from page two without using session scope.
For this I tried using <t:savestate. I implemented Serializable like the following
and in the page I added the following
But for some reason or the other I cannot get the page values in save state.
What could be the issue, could someone please help?
Thanks in advance.
My web.xml is as follows