Hi,
I'm using a DispatchAction(myAction), but i need to perform validation, this is done through DynaValidatorForm (myForm) in the struts-config.xml. My problem is how to acces the other methods that don't need to be validated, because since i have put validate=true in the action configuration it tries to validate myForm every time i refer to myAction.
thanks for your help.
Trent