posted 14 years ago
jsp1:
--------
Table with few rows(loaded from DB) ,last column being empty and should be obtained from jsp2...
User selects any row and clicks a "Go" button to go to jsp2...
jsp2:
-------
Now value is ready in jsp2 and has 'back' button .On 'back' the control moves to jsp1 and jsp1 should show up exactly as it was before it came to jsp2 .During this I need to send that value and paste it in the last column of the row which was initially selected!
That means now for user in jsp1,the row which he previously selected to get the value of last column is obtained and filled up!
Desperate for some input...thanks!
How do I achieve this? How do I pass the value and put it in appropriate position of jsp1 !!!