On Wed, 01 Jun 2011 10:51:09 -0300, Ray Nicholus <rnicho...@widen.com> wrote:

I guess I'm not sure what zone I need to specify in the form tag or why I
need to specify a zone at all.

Tapestry only sets up an AJAX form submit if you use the zone parameter. When returning a MultiZoneUpdate, the value of this parameter is ignored.

I only want to update a zone if one
particular option in the form's Select component is selected. In fact, when a new item in the Select is selected, I am submitting the form via
javascript (onchange=this.form.submit()).

This will probably not trigger an AJAX form submission. The right way was cited by Dragan in this thread.

--
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