On Mon, 30 Aug 2010 08:32:49 -0300, Jens Reufsteck <jens.reufst...@staufenbiel.de> wrote:

I’m trying to update a zone triggered by a change event in a listbox.
I’ve seen the recent posting re the zoneUpdater mixin, but need to post the whole form rather than picking individual parameters.

Use $(formId).fire(Tapestry.FORM_PROCESS_SUBMIT_EVENT);, where formId is the client id of your form. That's exactly how Tapestry itself does AJAX form submissions.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to