Well yes. It seems that you can't move the form in the progressive display because you're just loading it's header. Jsut replace the tapestry submit button with an ordinary submit. Later if you want to submit the form with the button just to this.form.submit() on the submit's click event for non ajax submit or trigger Tapestry.FORM_PROCESS_SUBMIT_EVENT on the form for an ajax submit. For example with prototype if the form id is 'my_form' you can do it like this. $('my_form').fire(Tapestry.FORM_PROCESS_SUBMIT_EVENT). In jQuery similar just look it up.
Cheers, Dragan Sahpaski On Mon, Aug 27, 2012 at 7:04 PM, George Christman <gchrist...@cardaddy.com> wrote: > Hi, my submit button is contained within a form. Further code sample > > <t:Form t:id="pr" autocomplete="off" autofocus="false" > class="form-horizontal"> > <header> > <t:ProgressiveDisplay t:id="showActionButtons" update="show"/> > </header> > > body code > </t:Form> > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Rendering-form-submit-button-inside-ProgressiveDisplay-component-exception-tp5715822p5715825.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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