Kelly.Graus wrote: > > Thanks for the reply! I'm using field validators, so I did this: > > <field-validator type="fieldexpression"> > <![CDATA[#password1.equals( password2 )]]> > <message>The passwords do not match!</message> > </field-validator> > > Which works perfectly. Thanks! > > Kelly > Actually, it should be:
<field-validator type="fieldexpression"> <![CDATA[password1.equals( password2 )]]> <message>The passwords do not match!</message> </field-validator> -- View this message in context: http://www.nabble.com/-S2--Matching-string-validator-tp16679023p16688626.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]