Return-Path: Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: (qmail 4656 invoked from network); 13 Oct 2010 19:07:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Oct 2010 19:07:54 -0000 Received: (qmail 28417 invoked by uid 500); 13 Oct 2010 19:07:54 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 28389 invoked by uid 500); 13 Oct 2010 19:07:54 -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 28382 invoked by uid 99); 13 Oct 2010 19:07:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 19:07:54 +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, 13 Oct 2010 19:07:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9DJ7XTG022309 for ; Wed, 13 Oct 2010 19:07:33 GMT Message-ID: <3886640.130041286996853490.JavaMail.jira@thor> Date: Wed, 13 Oct 2010 15:07:33 -0400 (EDT) From: "Howard M. Lewis Ship (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Closed: (TAP5-1303) Linking a Form to a Zone will no longer work unless the Form contains validated fields In-Reply-To: <23071381.129701286995652912.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TAP5-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1303. -------------------------------------- Resolution: Fixed Fix Version/s: 5.2.2 > Linking a Form to a Zone will no longer work unless the Form contains validated fields > -------------------------------------------------------------------------------------- > > Key: TAP5-1303 > URL: https://issues.apache.org/jira/browse/TAP5-1303 > Project: Tapestry 5 > Issue Type: Bug > Components: tapestry-core > Affects Versions: 5.2.2 > Reporter: Howard M. Lewis Ship > Assignee: Howard M. Lewis Ship > Priority: Critical > Fix For: 5.2.2 > > > Not quite sure when this was introduced. > Basically, at some point, we changed Tapestry to only create a Tapestry.FormEventManager object (client-side) if there were validations. Turns out, this should also happen if the form is linked to a zone as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.