Regex client validator does not work
------------------------------------

                 Key: TRINIDAD-1317
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1317
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.0.10-core
            Reporter: Tomas Havelka


Client validation script does not work. The problem is, that in 1.0.x version 
the validation proceeds within line var matchArr = 
parseString.match(this.exactPattern); where this.exactPattern does not exist.

Solution:
Copy CoreFormat.js from 1.2.x version of Trinidad, which works or simply remove 
this. from this.exactPattern expression.

Suggestion:
Maybe this is the right time to take a think about sharing js script libraries 
between 1.0.x and 1.2.x trunks if they are the same.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to