Re: multi-page validation form

2005-03-23 Thread Jack Perrett
ts-config? (BTW, if I'm off in the weeds, let me know that too. I've done > this with a collection of JSP pages sharing a form def, but not via StrutsTest.) > > Jay > http://www.vtgroup.com/ > > > > -Original Message- > From: Jack Perrett [mailto:[EMAIL

Re: multi-page validation form

2005-03-22 Thread Jack Perrett
TED] > Sent: Tuesday, March 22, 2005 11:15 AM > To: Struts Users Mailing List > Subject: Re: multi-page validation form > > Jack Perrett wrote: > > >All the previous form properties are set using the StrutsTest so all the > >required fields are in the form. This is no

Re: multi-page validation form

2005-03-22 Thread Jack Perrett
ginal Message - From: "Brandon Mercer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, March 22, 2005 5:14 PM Subject: Re: multi-page validation form > Jack Perrett wrote: > > >All the previous form properties are set using the StrutsTe

Re: multi-page validation form

2005-03-22 Thread Jack Perrett
: "Brandon Mercer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, March 22, 2005 4:29 PM Subject: Re: multi-page validation form > Jack Perrett wrote: > > >Thanks for gettig back to me so quickly. > >I am actually setting the hidden pag

Re: multi-page validation form

2005-03-22 Thread Jack Perrett
I'm effectively submitting a form with the hidden page property set to 2. any ideas what else could be stopping it? - Original Message - From: "Brandon Mercer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, March 22, 2005 4:04 PM Subject: R

multi-page validation form

2005-03-22 Thread Jack Perrett
I'm trying to create a form that will be validated over a series of jsp's. I'm using the page property with individual fields to specify whether they should be validated on a particular page and then setting the hidden page property to whatever the corurrent jsp page. This is how my field looks