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