Hi,

I am using
"@Validate("required,regexp=^[a-zA-Z0-9_.-]+$,minlength=4,maxlength=20")" to
validate username input, my question is when it fails the regular
expression, the error displayed by "<t:errors/>" is not user-friendly, it
reads something like "Username: does not match pattern '^[a-zA-Z0-9_.-]+$",
but actually it means in english "contains only
letters,numbers,underscore,dot and dash". How can I override that error
message?? I am using 5.0.6.

thx
Ronald
-- 
View this message in context: 
http://www.nabble.com/T5%3A-override-validator-error-msg-on-client-tp15855647p15855647.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to