Validator not validating v. 1.2.4

2004-10-14 Thread Jin Bal
Hi Guys My validator config seems to be incorrect somewhere but I'm stumped as to what it is. The symptoms are that the validator succeeds in all validations no matter what i enter (or don't enter) in the form I am using an extension of ValidatorActionForm to use the path attribute in the

Re: Validator not validating v. 1.2.4

2004-10-14 Thread Lee Harrington
Should your formname start with a / ? Lee On Thu, 14 Oct 2004 13:35:54 +0100, Jin Bal [EMAIL PROTECTED] wrote: Hi Guys My validator config seems to be incorrect somewhere but I'm stumped as to what it is. The symptoms are that the validator succeeds in all validations no matter what i

RE: Validator not validating v. 1.2.4

2004-10-14 Thread Hollaway, Shedrick CIV (TRFKB C600)
Is this the complete form bean? the form bean looks like: public class PasswordReminderForm extends ValidatorActionForm { public PasswordReminderForm() { } private String emailAddress; public String getEmailAddress() { return emailAddress; } public void

Re: Validator not validating v. 1.2.4 - solved

2004-10-14 Thread Jin Bal
It was an old version of validator-rules.xml thanks for the help Jin - Original Message - From: Hollaway, Shedrick CIV (TRFKB C600) [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, October 14, 2004 5:06 PM Subject: RE: Validator not validating v. 1.2.4

Re: Validator not validating v. 1.2.4

2004-10-14 Thread Vic Cekvenich
Motly I have validate=flase and manualy call it. Consider unit testing it like that outside of Tomcat. .V Jin Bal wrote: Hi Guys My validator config seems to be incorrect somewhere but I'm stumped as to what it is. The symptoms are that the validator succeeds in all validations no matter what