Potential bug in tapestry-beanvalidator.js for Regexp validator
---------------------------------------------------------------
Key: TAP5-1297
URL: https://issues.apache.org/jira/browse/TAP5-1297
Project: Tapestry 5
Issue Type: Bug
Affects Versions: 5.2.1
Reporter: Christophe Cordenier
Currently,
Tapestry.Validator.regexp(field, message, spec.pattern);
but should be
Tapestry.Validator.regexp(field, message, spec.regexp);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.