You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tomas Havelka (JIRA)" <de...@myfaces.apache.org> on 2008/11/20 10:58:44 UTC

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

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.


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

Posted by Matthias Wessendorf <ma...@apache.org>.
On Thu, Nov 20, 2008 at 7:40 PM, Matthias Wessendorf <ma...@apache.org> wrote:
> thanks.
>
> I will put in the right version of the validator.

ok, the error was introduced in TRINIDAD-1181.
However, now it is fixed in trunk.

> But, we keep them separate.
>
> -Matthias
>
> On Thu, Nov 20, 2008 at 5:16 PM, Paul Mander <pa...@gmail.com> wrote:
>>
>>
>>
>> My Faces - Dev mailing list wrote:
>>>
>>> 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.
>>>
>>>
>>>
>>
>> I was just about to create a post myself. Regex does not work in 1.0.10
>>
>> --
>> View this message in context: http://www.nabble.com/-jira--Created%3A-%28TRINIDAD-1317%29-Regex-client-validator-does-not-work-tp20598053p20604756.html
>> Sent from the My Faces - Dev mailing list archive at Nabble.com.
>>
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

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

Posted by Matthias Wessendorf <ma...@apache.org>.
thanks.

I will put in the right version of the validator.
But, we keep them separate.

-Matthias

On Thu, Nov 20, 2008 at 5:16 PM, Paul Mander <pa...@gmail.com> wrote:
>
>
>
> My Faces - Dev mailing list wrote:
>>
>> 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.
>>
>>
>>
>
> I was just about to create a post myself. Regex does not work in 1.0.10
>
> --
> View this message in context: http://www.nabble.com/-jira--Created%3A-%28TRINIDAD-1317%29-Regex-client-validator-does-not-work-tp20598053p20604756.html
> Sent from the My Faces - Dev mailing list archive at Nabble.com.
>
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf

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

Posted by Paul Mander <pa...@gmail.com>.


My Faces - Dev mailing list wrote:
> 
> 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.
> 
> 
> 

I was just about to create a post myself. Regex does not work in 1.0.10

-- 
View this message in context: http://www.nabble.com/-jira--Created%3A-%28TRINIDAD-1317%29-Regex-client-validator-does-not-work-tp20598053p20604756.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.


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

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ 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.