[EMAIL PROTECTED] wrote:
Is there a way for dispatch actions to have unique validation requirements based on the parameter?
It's easiest to just provide different action mapping names (which could still refer to the same DispatchAction class) and then use one of the ValidatorActionForms which will validate based on action name and not form name.
Also look at MappingDispatchAction in Struts 1.2
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]