yeah, the components are recreated. you have to set an item reuse strategy for the gridview, see setItemReuseStrategy ...
-igor On Mon, Feb 25, 2008 at 1:54 AM, Federico Fanton <[EMAIL PROTECTED]> wrote: > Hi everyone! > I have a form built dynamically using a GridView and a bunch of "in-panel" > components.. It works pretty fine, but I have to alter its behavior in this > way: I need to initialise every component to be disabled, and enable them by > pressing an "enable form" button.. > My problem is that even if on submit I call setEnable(true) on every > component, afterwards they are still disabled.. Is this because the GridView > recreates the components every time, so the state is lost? Or is it supposed > to work? (which would mean I'm doing something wrong of course :) ) > Many thanks for your time! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
