Hi everyone! I was wondering, is there a way to cleanly enable/disable complex components such as DateFields and Palettes? I see that Component.setEnabled() is final so it cannot be overridden to handle special cases.. Should I always call visitChildren() on the component and setEnabled() on every subcomponent?
(as a side question, why does Wicket make such a wide use of final methods? Doesn't this limit component customisation a lot? Maybe it's because of upgrading concerns?) Many thanks for your attention! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
