RE: Maintaining form data across pages...

2004-05-16 Thread Michael McGrady
ill make a sample and post it over the group :) -Original Message- From: Jonathan Roberts [mailto:[EMAIL PROTECTED] Sent: Sunday, May 16, 2004 2:44 PM To: Struts Users Mailing List Subject: RE: Maintaining form data across pages... Ashraf, Why dont you add this to the site once you have re

RE: Maintaining form data across pages...

2004-05-16 Thread ayouaa0a
Sounds great, ISA, I will make a sample and post it over the group :) -Original Message- From: Jonathan Roberts [mailto:[EMAIL PROTECTED] Sent: Sunday, May 16, 2004 2:44 PM To: Struts Users Mailing List Subject: RE: Maintaining form data across pages... Ashraf, Why dont you add this

RE: Maintaining form data across pages...

2004-05-16 Thread Jonathan Roberts
gio 2004 12.40 A: 'Struts Users Mailing List' Oggetto: RE: Maintaining form data across pages... Yes, that's what I want, I will give it a try. but what do u mean struts "always calls reset()" everytime it access the form, this is very strange, even the form is in session!!

RE: Maintaining form data across pages...

2004-05-16 Thread ayouaa0a
ssaggio originale- Da: ayouaa0a [mailto:[EMAIL PROTECTED] Inviato: domenica 16 maggio 2004 12.40 A: 'Struts Users Mailing List' Oggetto: RE: Maintaining form data across pages... Yes, that's what I want, I will give it a try. but what do u mean struts "always calls reset(

RE: Maintaining form data across pages...

2004-05-16 Thread Lukas
Ayoub, This was an issue that came across a little while ago, and I was surprised by the lack of existing solutions. What we did was to implement a little process engine wherein you could setup a single action (subclass of the process action) and setup within the action the steps (step1, step2, st

RE: Maintaining form data across pages...

2004-05-16 Thread Lukas
Ayoub, This was an issue that came across a little while ago, and I was surprised by the lack of existing solutions. What we did was to implement a little process engine wherein you could setup a single action (subclass of the process action) and setup within the action the steps (step1, step2, st

RE: Maintaining form data across pages...

2004-05-16 Thread ayouaa0a
Yes, that's what I want, I will give it a try. but what do u mean struts "always calls reset()" everytime it access the form, this is very strange, even the form is in session!! Plz domonstrate more, as far as I understood: 1- When a JSP submits a form. 2- Struts calls reset for the form. 3-