You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Tony Ingraldi (JIRA)" <ji...@apache.org> on 2011/01/10 01:23:45 UTC

[jira] Created: (TAP5-1410) Correction to regexp used for zip code validation in Tapestry 5 tutorial

Correction to regexp used for zip code validation in Tapestry 5 tutorial
------------------------------------------------------------------------

                 Key: TAP5-1410
                 URL: https://issues.apache.org/jira/browse/TAP5-1410
             Project: Tapestry 5
          Issue Type: Improvement
          Components: documentation
            Reporter: Tony Ingraldi
            Priority: Minor


The regexp used for zip code validation in the Tapestry 5 tutorial (http://tapestry.apache.org/using-beaneditform-to-create-user-forms.html) is \\d{5}(-\\d{4})?

It should be ^\\d{5}(-\\d{4})?$ to get the desired behavior.

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


[jira] Commented: (TAP5-1410) Correction to regexp used for zip code validation in Tapestry 5 tutorial

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

Bob Harner commented on TAP5-1410:
----------------------------------

Verified the fix in my code, and fixed in the documentation.  This issue can be closed.

> Correction to regexp used for zip code validation in Tapestry 5 tutorial
> ------------------------------------------------------------------------
>
>                 Key: TAP5-1410
>                 URL: https://issues.apache.org/jira/browse/TAP5-1410
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Tony Ingraldi
>            Priority: Minor
>
> The regexp used for zip code validation in the Tapestry 5 tutorial (http://tapestry.apache.org/using-beaneditform-to-create-user-forms.html) is \\d{5}(-\\d{4})?
> It should be ^\\d{5}(-\\d{4})?$ to get the desired behavior.

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


[jira] Closed: (TAP5-1410) Correction to regexp used for zip code validation in Tapestry 5 tutorial

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

Andreas Andreou closed TAP5-1410.
---------------------------------

    Resolution: Fixed

> Correction to regexp used for zip code validation in Tapestry 5 tutorial
> ------------------------------------------------------------------------
>
>                 Key: TAP5-1410
>                 URL: https://issues.apache.org/jira/browse/TAP5-1410
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Tony Ingraldi
>            Priority: Minor
>
> The regexp used for zip code validation in the Tapestry 5 tutorial (http://tapestry.apache.org/using-beaneditform-to-create-user-forms.html) is \\d{5}(-\\d{4})?
> It should be ^\\d{5}(-\\d{4})?$ to get the desired behavior.

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


[jira] Commented: (TAP5-1410) Correction to regexp used for zip code validation in Tapestry 5 tutorial

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

Bob Harner commented on TAP5-1410:
----------------------------------

Verified the fix in my code, and fixed in the documentation.  This issue can be closed.

> Correction to regexp used for zip code validation in Tapestry 5 tutorial
> ------------------------------------------------------------------------
>
>                 Key: TAP5-1410
>                 URL: https://issues.apache.org/jira/browse/TAP5-1410
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Tony Ingraldi
>            Priority: Minor
>
> The regexp used for zip code validation in the Tapestry 5 tutorial (http://tapestry.apache.org/using-beaneditform-to-create-user-forms.html) is \\d{5}(-\\d{4})?
> It should be ^\\d{5}(-\\d{4})?$ to get the desired behavior.

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


[jira] Closed: (TAP5-1410) Correction to regexp used for zip code validation in Tapestry 5 tutorial

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

Andreas Andreou closed TAP5-1410.
---------------------------------

    Resolution: Fixed

> Correction to regexp used for zip code validation in Tapestry 5 tutorial
> ------------------------------------------------------------------------
>
>                 Key: TAP5-1410
>                 URL: https://issues.apache.org/jira/browse/TAP5-1410
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Tony Ingraldi
>            Priority: Minor
>
> The regexp used for zip code validation in the Tapestry 5 tutorial (http://tapestry.apache.org/using-beaneditform-to-create-user-forms.html) is \\d{5}(-\\d{4})?
> It should be ^\\d{5}(-\\d{4})?$ to get the desired behavior.

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