Re: [Wicket-user] Bug in getting Model? (1.2-snapshot)

2006-10-30 Thread Erik van Oosten
Here is the same pseudo code, but now laid out for better readability. I appreciate any background before I file this as a bug. -- The data classes class Course {...} class Person { List addresses; ...getter/setters.. } class Address { String street; String city; ...getter/setters... } -- The

Re: [Wicket-user] Bug in getting Model? (1.2-snapshot)

2006-10-30 Thread Igor Vaynberg
are you sure the parent of the listitem is really the page, i find that unlikely.but your code wouldnt work either wayyou are adding the label without a model to the listitem. when the label renders it is going to look for the first component in its upwards hierarchy with the compound model, and