Re: Problem in Implementation of Struts2 Validation framework

2007-05-29 Thread Jeromy Evans
Struts2 uses xwork validation. The best description of how it finds your xml files is here: http://www.opensymphony.com/xwork/wikidocs/Validation%20Framework.html Pay particular attention to the alias description in the "Defining Validation Rules" section because that's what's not working for y

Problem in Implementation of Struts2 Validation framework

2007-05-29 Thread Vijay Prajapati
Hi, I am using Struts2.0.6 and trying to implement Validator framework but couldn't succeed. I have confution to give name of actionname-validator.xmlfile. I am here giving action cofiguration in Struts.xml < result name="success">/adduser.jsp /adduser.jsp I have implemented UserManagementAct