Hi,
I have need for form containing a grid containing a checkbox 'upgrade'
used to denote whether to process each entity. That all works fine, but
I need the grid to update after submits (e.g. a submit button to select
all and another to deselect all). I wrapped the grid in a zone and set
the form's zone parameter to the zone id. My onSubmit() handler returns
the zone.getBody();
Then I received the following error:
The Upgrade component must be enclosed by a Form component.
I assume the error is due to the zone not being in the form when it is
re-rendered.
Is there anything I can do about this? Or do I need to have the Select
All and Deselect All buttons save state and return another copy of the form?
Thanks!
Chuck Kring
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org