I fixed it by setting the zone param on the form to an empty zone. No idea why I have to do that, but apparently I do.
On Thu, Aug 25, 2011 at 10:44 AM, Ray Nicholus <rnicho...@widen.com> wrote: > I've confirmed that the following line of code in my js is executed: > > $(spec.formId).fire(Tapestry.FORM_PROCESS_SUBMIT_EVENT); > > I've also confirmed that $(spec.formId) is the correct form element, and > the form element exists. However, this line does NOT submit my form. Any > idea what might cause this? >