On Saturday 03 November 2007 21:18:17 Brill Pappin wrote:

> This is a common Java pattern. There should be only one place in the code
> where properties are set from a constructor, all other constructors should
> pass on their parameters, defaults if required, to the one constructor that
> actually sets the properties.

IMHO it does make sense. When I see several different super(...) calls in 
constructors the first thing that crosses my mind is that these superclass 
constructors have different logic. But it's not true for wicket and in most 
Component subclasses I can call super(id, (IModel)null). Can I?

Dima

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to