Re: [Wicket-user] Inner classes question

2007-03-23 Thread Igor Vaynberg
no there wont be two copies of the list.serialization caches objects and if it finds another instance it stores a pointer rather then a copy -igor On 3/23/07, Robert . <[EMAIL PROTECTED]> wrote: I was wondering if it is unwise to prevent the use of inner classes for models. For example a pag

[Wicket-user] Inner classes question

2007-03-23 Thread Robert .
I was wondering if it is unwise to prevent the use of inner classes for models. For example a page creates a model for CheckBox that depends on a list stored in the page. In Wicket examples the list is accessed from the inner model class directly. I do not like having many inner classes in a clas