Hello, I have slashes in my Action names, e.g. ModelName/save
What I want to do is to add validation only for the save action. As far as I understand, I can create a validation file specifically for the action name, and not for the method to be invoked.
ModelAction-save-validation.xml does not seem to work. ModelAction-ModelName_save-validation.xml neither works. Is there any workaround? Or do I have to change my action names? Regards, Markus --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org