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.