This seems to prevent submission of the form though, doesn't it? My success handler is no longer called, & my zone is not refreshed.
<t:form t:id="testMetadataImportForm" zone="metadataResultsZone" class="wrapUnder pt10 pl6 gray_ccc" autofocus="false"> ....... <t:submit value="${message:test}"/> </t:form> <t:zone t:id="metadataResultsZone" id="metadataResultsZone"> ........... </t:zone> On Thu, Jul 14, 2011 at 2:36 PM, Robert Zeigler <robert.zeig...@roxanemy.com > wrote: > So that Tapestry knows to re-route the normal form submission via ajax. > > Robert > > On Jul 14, 2011, at 7/142:33 PM , Ray Nicholus wrote: > > > Why is tapestry adding this class to my form? It only seems to happen > when > > add a zone param to the form. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >