> private component init(String, IModel) which can assume null arguments
>
> do the null checks in the constructor and forward to that method

That's an option in general, though the disadvantage of that is that
you can't use final fields.

Anyway, for this case, if anyone cares, we can fix it in either way.

Eelco

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

Reply via email to