chamal desilva wrote:
For examle let's think there are four Accounts in
accounts vector. The first action displays this list
on a JSP. User clicks on first account and views
details. Then user goes back and clicks on second
account. Then the data of first account object is
reset and gets lost. This is my problem/
If you're viewing the second account, why would you need data for the
first account? If it's a problem of losing the customer ID for the
account, just make sure you populate the customer ID in the action that
handles the "back" action associated with viewing the account.
- Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]