RE: XML Validation not working

2012-07-27 Thread Singh, Rajdeep
ave Newton [mailto:davelnew...@gmail.com] Sent: Friday, July 27, 2012 6:46 PM To: Struts Users Mailing List Subject: RE: XML Validation not working Why are you defining an explicit interceptor ref for the action? The validation interceptor is already in the default stack, and by explicitly defining

RE: XML Validation not working

2012-07-27 Thread Dave Newton
/Register.jsp > /LoginForm.jsp > > class="struts2.application.action.RegisterValidate"> > /success.jsp > > > > > Thanks, > > Rajdeep Singh > > -Original Message-

RE: XML Validation not working

2012-07-27 Thread Singh, Rajdeep
Form.jsp /success.jsp Thanks, Rajdeep Singh -Original Message- From: Łukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Friday, July 27, 2012 5:55 PM To: Struts Users Mailing List Subject: Re: XML Validation not working Change dtd to: http://struts.ap

Re: XML Validation not working

2012-07-27 Thread Łukasz Lenart
Change dtd to: http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2012/7/27 Singh, Rajdeep : > Hi All, > > I have written classname-validation.xml as per tutorial gi