Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 4834 invoked from network); 12 Jan 2011 13:12:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 13:12:13 -0000 Received: (qmail 64358 invoked by uid 500); 12 Jan 2011 13:12:13 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 64165 invoked by uid 500); 12 Jan 2011 13:12:10 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 64158 invoked by uid 99); 12 Jan 2011 13:12:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 13:12:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 13:12:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0CDBjLs028981 for ; Wed, 12 Jan 2011 13:11:46 GMT Message-ID: <29015194.312581294837905850.JavaMail.jira@thor> Date: Wed, 12 Jan 2011 08:11:45 -0500 (EST) From: "Bob Harner (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Commented: (TAP5-1410) Correction to regexp used for zip code validation in Tapestry 5 tutorial In-Reply-To: <17849060.244451294619025649.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.