Hi,
I have a jsp page (page1.jsp)which is in form of a table with 4 data items.Each of these is a separate function.,user,site,txn,target.
1)
user id........textbox
user name..textbox
find user..button
when i click on find user it navigates to Displayuser.jsp from where i select the values and pass back to page1.jsp(using submit button and action="page1.jsp)....this much is workin all right.
Now i do the same for site ..but when i get site id and name back form Displaysite.jsp to page1.jsp ,the fields user id and user name become empty!!!..and so on for txn and target..
How can i retain the user fields once selected even when it goes to Displaysite ,Displaytarget, Displaytxn etc and comes back???..
I have to save all the fields in a db table so need all of them to be present and not null!..Please help..thx