You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Christophe Cordenier (JIRA)" <ji...@apache.org> on 2010/10/06 13:11:31 UTC

[jira] Created: (TAP5-1297) Potential bug in tapestry-beanvalidator.js for Regexp validator

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.


[jira] Assigned: (TAP5-1297) Potential bug in tapestry-beanvalidator.js for Regexp validator

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1297:
------------------------------------

    Assignee: Igor Drobiazko

> 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
>            Assignee: Igor Drobiazko
>
> 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.


[jira] Commented: (TAP5-1297) Client-side validation of @Pattern is broken

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918618#action_12918618 ] 

Hudson commented on TAP5-1297:
------------------------------

Integrated in tapestry-5.2-freestyle #204 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/204/])
    TAP5-1297: Client-side validation of @Pattern is broken


> Client-side validation of @Pattern is broken
> --------------------------------------------
>
>                 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
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.2
>
>
> 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.


[jira] Closed: (TAP5-1297) Client-side validation of @Pattern is broken

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-1297.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.2

> Client-side validation of @Pattern is broken
> --------------------------------------------
>
>                 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
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.2
>
>
> 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.


[jira] Updated: (TAP5-1297) Client-side validation of @Pattern is broken

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1297:
---------------------------------

    Component/s: tapestry-beanvalidator

> Client-side validation of @Pattern is broken
> --------------------------------------------
>
>                 Key: TAP5-1297
>                 URL: https://issues.apache.org/jira/browse/TAP5-1297
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-beanvalidator
>    Affects Versions: 5.2.1
>            Reporter: Christophe Cordenier
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.2
>
>
> 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.


[jira] Closed: (TAP5-1297) Client-side validation of @Pattern is broken

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-1297.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.2

> Client-side validation of @Pattern is broken
> --------------------------------------------
>
>                 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
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.2
>
>
> 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.


[jira] Commented: (TAP5-1297) Client-side validation of @Pattern is broken

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918618#action_12918618 ] 

Hudson commented on TAP5-1297:
------------------------------

Integrated in tapestry-5.2-freestyle #204 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/204/])
    TAP5-1297: Client-side validation of @Pattern is broken


> Client-side validation of @Pattern is broken
> --------------------------------------------
>
>                 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
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.2
>
>
> 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.


[jira] Updated: (TAP5-1297) Client-side validation of @Pattern is broken

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1297:
---------------------------------

    Summary: Client-side validation of @Pattern is broken  (was: Potential bug in tapestry-beanvalidator.js for Regexp validator)

> Client-side validation of @Pattern is broken
> --------------------------------------------
>
>                 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
>            Assignee: Igor Drobiazko
>
> 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.


[jira] Commented: (TAP5-1297) Potential bug in tapestry-beanvalidator.js for Regexp validator

Posted by "Christophe Cordenier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918518#action_12918518 ] 

Christophe Cordenier commented on TAP5-1297:
--------------------------------------------

Hi Igor,

Is it possible to add a tapestry-beanvalidator component in JIRA for
issues description ?




-- 
Regards,
Christophe Cordenier.

Committer on Apache Tapestry 5
Co-creator of wooki @wookicentral.com



> 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
>            Assignee: Igor Drobiazko
>
> 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.


[jira] Assigned: (TAP5-1297) Potential bug in tapestry-beanvalidator.js for Regexp validator

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1297:
------------------------------------

    Assignee: Igor Drobiazko

> 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
>            Assignee: Igor Drobiazko
>
> 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.


[jira] Commented: (TAP5-1297) Potential bug in tapestry-beanvalidator.js for Regexp validator

Posted by "Christophe Cordenier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918518#action_12918518 ] 

Christophe Cordenier commented on TAP5-1297:
--------------------------------------------

Hi Igor,

Is it possible to add a tapestry-beanvalidator component in JIRA for
issues description ?




-- 
Regards,
Christophe Cordenier.

Committer on Apache Tapestry 5
Co-creator of wooki @wookicentral.com



> 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
>            Assignee: Igor Drobiazko
>
> 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.


[jira] Updated: (TAP5-1297) Client-side validation of @Pattern is broken

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1297:
---------------------------------

    Component/s: tapestry-beanvalidator

> Client-side validation of @Pattern is broken
> --------------------------------------------
>
>                 Key: TAP5-1297
>                 URL: https://issues.apache.org/jira/browse/TAP5-1297
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-beanvalidator
>    Affects Versions: 5.2.1
>            Reporter: Christophe Cordenier
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.2
>
>
> 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.


[jira] Updated: (TAP5-1297) Client-side validation of @Pattern is broken

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1297:
---------------------------------

    Summary: Client-side validation of @Pattern is broken  (was: Potential bug in tapestry-beanvalidator.js for Regexp validator)

> Client-side validation of @Pattern is broken
> --------------------------------------------
>
>                 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
>            Assignee: Igor Drobiazko
>
> 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.