RE: Struts 1.2.4/Validator 1.1.3 and constant validation issue with '&' for constant-value

2004-11-22 Thread Simon Matic Langford
gt; To: Struts Users Mailing List > Subject: Struts 1.2.4/Validator 1.1.3 and constant validation > issue with '&' for constant-value > > > Hello. I'm trying to create a mask for use in password fields > that accepts: > - UPPERCASE A-Z > - lowerca

Struts 1.2.4/Validator 1.1.3 and constant validation issue with '&' for constant-value

2004-11-22 Thread Brian Bezanson
Hello. I'm trying to create a mask for use in password fields that accepts: - UPPERCASE A-Z - lowercase a-z - Numbers 0-9 - Special Characters !,@,#,$,%,^,&,(,), and * In the "validation.xml" file I have the following defined. password [EMAIL PROTECTED]&*()]*$ ...