JSF Click on Hyperlink - ValueObject
Hi Friends,
I have header jsp and assume it have 2 hyper links.
click on first hyper links it will display "My Personal" page
click on second hyper links it will display "Work Experience" Page
Each jsp have Save button
1. Now if i click on first Link (i.e. "My Personal" Page) and modify some data and i didn't click on save button.
2. I click on second link i.e "Work Experience Page" i just nothing do in that page..
3. Now i go back to my First link ("My Personal" Page) Change data is not reflecting. it's showing the original data.
How to solve this solution? I have put in session scope but no luck:-(
I am using Bean and valueObject
valueobject will contain all the properties
I used this <h:commanLink action= .... but changes data is not getting the value.
Any body can give me the solution/hint.>

