With the 1.4 release of wicket, is there a way to determine when a component has changed visibility. Mainly from false to true visibility. I can use onBeforeRender or onConfigure to determine when the component is being rendered. onAfterRender will get called after it is rendered but the component is still visible.
- Event or way to check when a component has visibil... Brown, Berlin [GCG-PFS]
- Re: Event or way to check when a component ha... Martin Grigorov
- RE: Event or way to check when a componen... Brown, Berlin [GCG-PFS]
- Re: Event or way to check when a comp... Igor Vaynberg
