Re: Invoke method after onPopulate

2010-03-17 Thread Xavier López
Thank you, I ended up doing it client-side, but I appreciate the feedback, I'm sure it will be useful in another moment. Cheers, Xavier 2010/3/16 Igor Vaynberg > you can override onbeforerender, call super first, then iterate over > the children and do what you need to. > > -igor > > On Tue, Ma

Re: Invoke method after onPopulate

2010-03-16 Thread Igor Vaynberg
you can override onbeforerender, call super first, then iterate over the children and do what you need to. -igor On Tue, Mar 16, 2010 at 6:44 AM, Xavier López wrote: > Hi, > > I have a ListView that build up a list of checks. These Checks have all to > be enabled or disabled depending on a bean'

Invoke method after onPopulate

2010-03-16 Thread Xavier López
Hi, I have a ListView that build up a list of checks. These Checks have all to be enabled or disabled depending on a bean's property. That property is binded to a general checkbox (outside the listview). When the user changes the selection on the main checkbox, the ones in the listview enable/disa