Hello,

we have a custom component which manages a list of items and allows to
add and remove items to this list. In order to make this work, we have
to set the "defer" parameter of the add/remove-buttons to "false"
because otherwise it would not be possible to use this component in a loop.

Currently we want to add AJAX behavior to this component, allowing to
select the items from AJAX-select-fields (like in [0]). Using
"defer=false" does not work here, as soon as I wrap the fields in a
zone, the selected values are set long after the handling of
"onSelectFromAddButton" which is used to add the item, causing a lot of
problems with the data flow.

Does anyone know how I can use zones in this constellation?

Regards
 Stephan

[0] http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/select1

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

Reply via email to