Re: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Niall Pemberton
Wendy, Validator has the concept of a "page number" - so your first tab could be page 1, second tab page 2 etc etc. On each tab's form specify a hidden tag with the page number: Then in your validation.xml, you specify the page number for each field: To: "Struts Users Maili

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Wendy Smoak
> From: Joe Hertz [mailto:[EMAIL PROTECTED] > What would be the problem with biting the bullet and > implementing validate() > in your ActionForm and calling super.validate(mapping, > request) if it was > appropriate to hit the xml file for the validation rules? I already do that, to step aro

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Pingili, Madhupal
ngili > -Original Message- > From: as as [SMTP:[EMAIL PROTECTED] > Sent: Friday, March 05, 2004 2:49 PM > To: Struts Users Mailing List > Subject: RE: Validation help for same Form, multiple pages/tabs > > If possible.could you encose th

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Joe Hertz
Wendy, I'm not getting something (and it's me being dense I'm sure). It sounds to me like you've found yourself in a position where you are pushing the limits of the validation framework. What would be the problem with biting the bullet and implementing validate() in your ActionForm and callin

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread as as
2:00 PM > To: Struts Users Mailing List > Subject: RE: Validation help for same Form, multiple pages/tabs > > Robert wrote: > > Are you using DispatchAction or LookupDispatchAction? > > LookupDispatchAction. And even worse, it's a cookie that controls which > &qu

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Pingili, Madhupal
different actions. It's working great so far. Reddy Pingili > -Original Message- > From: Wendy Smoak [SMTP:[EMAIL PROTECTED] > Sent: Friday, March 05, 2004 2:00 PM > To: Struts Users Mailing List > Subject: RE: Validation help for same Form, multiple pages/tabs

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Robert Taylor
way to handle things, but I've been using this approach for a couple years and it works quite well. robert > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Friday, March 05, 2004 2:00 PM > To: Struts Users Mailing List > Subject:

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Wendy Smoak
Robert wrote: > Are you using DispatchAction or LookupDispatchAction? LookupDispatchAction. And even worse, it's a cookie that controls which "tab" to show, not always a request parameter. I think I may have painted myself into a corner... -Wendy Smoak

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Robert Taylor
Are you using DispatchAction or LookupDispatchAction? robert > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Friday, March 05, 2004 1:24 PM > To: Struts Users Mailing List > Subject: Validation help for same Form, multiple pages/tabs > > > > I'm using the