Hi,

I have a form with some variables...say.. i have employee,designation

I will enter employee value on this page..and click on next that navigates to the next page..

On the next page..if i click on back..whatevr i have entered for employee on the first page i need to retain...

I can do this by using hidden variables..posting to the next page and getting it back when i click on back..

But,i dont want that traffic to happen.

As soon as i enter the values on the first page,i want to store all these and when the back is clicked i have to retain.

Please let me know how i cn do this with session variables.

As i m a fresher in jsp,servlets..concepts like session..i dnt hv any idea..plz explain me in detail.

Thanks in advance
Neelima