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
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