I am trying to implement a LookupDispatchAction class, and I'm not sure if
I'm trying to use Form validation in an unintended manner.

I see that the LookupDispatchAction class is designed to handle multiple
methods, but I do not see a corresponding way to handle multiple
validations.  As the value of the "parameter" attribute is available from
within the ActionForm.validate() method , it seems like I could somehow use
this to determine how to validate the form.  However, that would require me
to hardcode against the value from the html page/Resource file.

1)  Is there a way to perform validation based on the method being
performed?
2)  If not, is there a reason for this restriction?
3)  Am I supposed to create separate Action and Form classes in this
situation?


Thanks,
Dave 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to