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.>

[894 byte] By [Sri007a] at [2007-10-3 0:30:08]
# 1
Hi guys anybody can give me the solution about my issue !. Please let me know whether my issue is clear or do i need to give more information.
Sri007a at 2007-7-14 17:23:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
This is expected behaviour of HTML forms.If you really want to save realtime the values entered, try valuechangelisteners.
BalusCa at 2007-7-14 17:23:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...