hi,

i have a question regarding implementation details of wicket. IComponentAssignedModel is used to make a model aware of the component its assigned to. ComponentModel is a quick implementation of this interface. why is it done with an inner class? why not just have an attribute on the "outer" class and assign the component to it in wrapOnAssignment(Component component)? why an inner class?

thanks in advance, garz (just want to learn)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to