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

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

     [ 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.