I have an example doing multi-page validation, but you
need to define what field is on what page in the xml. 
I'm working on a more MVC'ish multi-page design, but
that isn't done yet.

http://home.earthlink.net/~dwinterfeldt/

David

--- "Nanduri, Amarnath"
<[EMAIL PROTECTED]> wrote:
> Try using a single Form but 3 different Actions (for
> flexibility). The form
> is send from page to page. Set a dirtyflag in the
> form which checks what
> page the user is in. Based on that value, do the
> corresponding validation in
> the Form.
>  
> Amar..
> 
> -----Original Message-----
> From: Jonathan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 24, 2001 3:35 PM
> To: [EMAIL PROTECTED]
> Subject: *** implementing consecutive form
> validation? ***
> 
> 
>   
> 
> If a form is made up of three consecutive pages and
> I want to validate page
> by page, how should I go about doing this?  Do I use
> three ActionForms and
> one Action?  Do I use the validation the ActionForm
> offers for basic
> validation?  Do I fill one ActionForm's validation
> method with "if/then"
> statements to test if I am on the first, second, or
> third page of the form
> and then use the Action's validate method at the
> end?
> I was interested in what you all were implementing.
> Cheers 
>  
> Jonathan
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to