Re: Form validation over multiple pages - Solution Found - Weird

2003-05-31 Thread Brian McSweeney
seems to be cleared/re-created. Any ideas as to why? Brian - Original Message - From: Brian McSweeney [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, May 30, 2003 11:04 AM Subject: Re: Form validation over multiple pages - Solution Found - Weird Thanks

Form validation over multiple pages

2003-05-30 Thread Brian McSweeney
Hi all, I'm almost there with using the validator over several pages with a single form. However I'm getting a strange little error. The first page is validating fine, and it doesn't seem to try to validate the info required on the second page - correct. However once I try to validate the

Re: Form validation over multiple pages

2003-05-30 Thread Brian McSweeney
29, 2003 2:42 PM Subject: Form validation over multiple pages Hi all, I'm almost there with using the validator over several pages with a single form. However I'm getting a strange little error. The first page is validating fine, and it doesn't seem to try to validate the info required

Re: Form validation over multiple pages

2003-05-30 Thread David Graham
? Brian - Original Message - From: Brian McSweeney [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 2:42 PM Subject: Form validation over multiple pages Hi all, I'm almost there with using the validator over several pages with a single form

Re: Form validation over multiple pages

2003-05-30 Thread Paul Curren
!!! Arrrg!! What's going on! Has anyone got this to work? Brian - Original Message - From: Brian McSweeney [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 2:42 PM Subject: Form validation over multiple pages Hi all, I'm almost there with using

Re: Form validation over multiple pages - Solution Found - Weird

2003-05-30 Thread Brian McSweeney
and keep the form object in session scope I'd really appreciate any ideas! Brian - Original Message - From: Paul Curren [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 6:00 PM Subject: Re: Form validation over multiple pages Hi