Re: validators strange behavior

2013-09-20 Thread Yaragalla Muralidhar
This problem is also solved. Thanks. *Thanks and Regards,* Muralidhar Yaragalla. * * On Fri, Sep 20, 2013 at 1:45 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > I have written validators for 3 fields but only validation is happening > for one field. Out of 3 fields the validatio

Re: Validators

2009-04-08 Thread Martin Gainty
Roberto- in %TOMCAT_HOME%\webapps\struts2-showcase-2.1.6\WEB-INF\classes\com\opensymphony\xwork2\validator\validators\default.xml you should have at minimum these 2 Validation Classes declared: //an example of Action Class with an ID attribute package com.opensymphony.webwork.

Re: Validators

2005-05-09 Thread Kumar deepak
Please visit http://www.roseindia.net/struts/address_struts_validator.shtml its good tutorial. Regards --- Metal KoRn <[EMAIL PROTECTED]> wrote: > Hi guys I would like to validate a password and a > confirm_passwrod > fields to match, how can i do this validation with > the struts > validator.

Re: Validators

2005-05-08 Thread Suresh Khatri
There are plenty of examples in this official guide http://struts.apache.org/userGuide/dev_validator.html Original message >Date: Sun, 8 May 2005 11:38:28 -0500 >From: Metal KoRn <[EMAIL PROTECTED]> >Subject: Validators >To: Struts Users Mailing List > >Hi guys I would like to vali