You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2008/11/21 09:00:48 UTC

[jira] Resolved: (TRINIDAD-1317) Regex client validator does not work

     [ https://issues.apache.org/jira/browse/TRINIDAD-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved TRINIDAD-1317.
------------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.0.11-core
         Assignee: Matthias Weßendorf

fixed this bug, which was introduced in the JSF 1.1 version of TRINIDAD-1181

> 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
>            Assignee: Matthias Weßendorf
>             Fix For:  1.0.11-core
>
>
> 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.