You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jin Bal <ji...@hotmail.com> on 2004/10/14 18:16:03 UTC

Re: Validator not validating v. 1.2.4 - solved

It was an old version of validator-rules.xml

thanks for the help

Jin
----- Original Message ----- 
From: "Hollaway, Shedrick CIV (TRFKB C600)" 
<Sh...@trfkb.navy.mil>
To: "'Struts Users Mailing List'" <us...@struts.apache.org>
Sent: Thursday, October 14, 2004 5:06 PM
Subject: RE: Validator not validating v. 1.2.4


> 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 setEmailAddress(String emailAddress) {
>>         this.emailAddress = emailAddress;
>>     }
>> }
>>
>> all input is appreciated
>>
>> TIA
>> Jin
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org