My upload component is not actually in a zone. Rather, it is in a form, and the form has a zone parameter that points to a zone outside of the form. Is this still the same issue?
On Thu, Jul 14, 2011 at 4:06 PM, Robert Zeigler <robert.zeig...@roxanemy.com > wrote: > Hm, yes, upload in a zone won't work. > > There's a pending spec for supporting uploads via XmlHttpRequest, and it's > supported by current versions of at least Safari, Chrome, and FF (IE, > anyone?), but the upload component doesn't support it. > That said, check out: > http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ if you > want ajax-based uploads. > > Robert > > On Jul 14, 2011, at 7/143:44 PM , Ray Nicholus wrote: > > > It looks like there is some issue with the update component and zone > updates > > involving a form. When I comment out the upload component (which I am > using > > in my form), I can submit again. > > > > On Thu, Jul 14, 2011 at 2:41 PM, Ray Nicholus <rnicho...@widen.com> > wrote: > > > >> 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 > >>> > >>> > >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >