Is the ActionForm in session scope?

-----Original Message-----
From: Swati [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 4:37 AM
To: [EMAIL PROTECTED]
Subject: How to maintain data b/w pages?


Hi,
I have a wizard to add objects, each wizard screen has
back/next/cancel/finish buttons.
There is one ActionForm class, and several action classes, corresponding
to each screen. The action classes  extend LookupDispatchAction.

My problem is that the data is not maintained between the pages, i.e.
enter data on a page, click next, and then click back. The data entered
on the page is lost.

I could solve it partially by keeping the String data in html:hidden
tags in my jsp pages. But, how can I keep the data whose get method
returns an array of string or HashMap. html:hidden tags do not work in
that case.

Is there any other way to do so?

Thanks,
Swati


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


This message and its contents (to include attachments) are the property of Kmart 
Corporation (Kmart) and may contain confidential and proprietary information. You are 
hereby notified that any disclosure, copying, or distribution of this message, or the 
taking of any action based on information contained herein is strictly prohibited. 
Unauthorized use of information contained herein may subject you to civil and criminal 
prosecution and penalties. If you are not the intended recipient, you should delete 
this message immediately.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to