Hi, I was with the same problem (validation for only 1 method), here is the solution:
I have this: <action name="pruebaValid_*" method="{1}" class="actions.MyAction"> <result name="input">/pages/input.jsp</result> <result>/pages/inputOk.jsp</result> </action> So, if I want a validation for the method "save", I need to put (in actions package) a file called: "MyAction-pruebaValid_login-validation.xml" It has no sense, because the correct name should be "MyAction_login-validation.xml" but ok, I hope this is for your help !! -- View this message in context: http://www.nabble.com/struts2-validation-for-only-one-method-in-action-tf3267302.html#a13493202 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]