Hi, I have a text field with the following validation annotation:
"validate = required, maxLength=255, regexp=^[A-Za-z0-9_]+$" The strange thing is that for the required and maxLength validation, the client side validation is not working. The page will only do a server side validation. The client side validation for regexp however seems to work. Jumpstart7 (using 5.4 beta 22) seems also not to work with client side validation: http://jumpstart.doublenegative.com.au/jumpstart7/examples/input/tapestryvalidators Another problem I have with client side validation is that I'm unable to disable client side validation for regexp. Even if I set t:clientValidation="none" on the form, client side validation is still done. Any idea what might be causing these client side validation problems with 5.4 beta? Kind regards, Martijn Brinkers --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
