Re: validating two fields on two different pages

2003-09-24 Thread Robert Leland
Take a look at the validator example that comes with struts, it uses a page attribute. for multi-page forms. -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

validating two fields on two different pages

2003-09-24 Thread Natalie D Rassmann
Hi, I wrote a validation to compare two fields of the same form (I used the validateTwoFields example in the struts validation user's guide).  My problem is the the form is displayed over multiple pages.  I do store the form in the session so all properties of the form should be available.  When