PropertyModel property expression fallback

2009-06-09 Thread Guillaume Simard
Hi everyone ! I have two questions. First, I have a PropertyModel .. Something similar to this : add ( new Label(firstResidentName, new PropertyModelHouse(myHouse, residents[0].name) ) ); Where House.getResidents() returns a CollectionPerson and Person.getName() returns the Person's name (a

Re: PropertyModel property expression fallback

2009-06-09 Thread Guillaume Simard
Thanks a lot guys ! This seems to be a question you get often, sadly I really tried googling an answer before posting here.. But I didn't find anything :( Thanks ! Guillaume On Tue, Jun 9, 2009 at 2:02 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Just create a method