Re: Using DispatchAction class with Struts Validator

2003-09-17 Thread Burhan Nazir
e "page" attribute > enable you to only validate fields relevant to the corresponding dispatch > method? Or have I missed your question. > > -----Original Message- > From: Burhan Nazir [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 17, 2003 12:50 PM > To: [EMAIL

Using DispatchAction class with Struts Validator

2003-09-17 Thread Burhan Nazir
Got a problem thats been bugging me for a while: I'm using an action class that extends DispatchAction class. The methods in this class use the same ActionForm class (DynaValidatorActionForm). However, the validation requirments for each method in the dispatch class are different. I understand