do this with the forbean mainatianance in session -----Original Message----- From: Swati [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 2:07 PM 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]