Re: controlling components from sub classes

2009-06-04 Thread fachhoch
? -- View this message in context: http://www.nabble.com/controlling-components-from-sub-classes-tp23853627p23874505.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: controlling components from sub classes

2009-06-04 Thread Igor Vaynberg
through whcih I can retrieve the component in the sub class and add decoratos without changing the base class ? -- View this message in context: http://www.nabble.com/controlling-components-from-sub-classes-tp23853627p23874505.html Sent from the Wicket - User mailing list archive

controlling components from sub classes

2009-06-03 Thread tubin gen
I looking for some best practices or better way to control my page components , like set enable add attribute modifiers etc. for example I have add and edit page , where one textField should be enabled in add and disabled in edit so for this I did add(new

Re: controlling components from sub classes

2009-06-03 Thread Vasu Srinivasan
How about returning the TextField itself from the subclass ? And the baseclass just returns a default TextField ? On Wed, Jun 3, 2009 at 10:22 AM, tubin gen fachh...@gmail.com wrote: I looking for some best practices or better way to control my page components , like set enable add attribute

Re: controlling components from sub classes

2009-06-03 Thread Alex Objelean
in context: http://www.nabble.com/controlling-components-from-sub-classes-tp23853627p23856345.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org