Re: Checkbox in a Grid in a Zone in a Form?

2010-05-01 Thread Chuck Kring
Thanks. Thiago H. de Paula Figueiredo wrote: On Sat, 01 May 2010 02:10:43 -0300, Chuck Kring wrote: Hi, Hi! The Upgrade component must be enclosed by a Form component. Currently, you cannot have a form field working inside a Zone unless you put the whole Form inside the Zone. --

Re: Checkbox in a Grid in a Zone in a Form?

2010-05-01 Thread Thiago H. de Paula Figueiredo
On Sat, 01 May 2010 02:10:43 -0300, Chuck Kring wrote: Hi, Hi! The Upgrade component must be enclosed by a Form component. Currently, you cannot have a form field working inside a Zone unless you put the whole Form inside the Zone. -- Thiago H. de Paula Figueiredo Independent Java,

Checkbox in a Grid in a Zone in a Form?

2010-04-30 Thread Chuck Kring
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