hi im using struts 2.0.9 , with eclipse and tomcat server . im testing my custom validator . but my custom validator not working , instead default validation working . I identified by the messages replied by the default validation not my messages set in the actionname-validation.xml file .
How to override default validation . im sending my struts.xml file ============================= <struts> <package name="default" extends="struts-default"> <action name="register" class="validation.sanal.register"> <result name="input">/pages/register.jsp</result> <result name="error">/pages/register.jsp</result> <result>/pages/success.jsp</result> </action> </package> </struts> ============================ register is the action POJO . i have register-validation.xml file to validate this action . but messages differnt not given by me . can u please luk into this and give a suggectsio how to overried default validation int struts2.0.9 . thankfully jack --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=452950&messageID=541478#541478 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]