RE: getter called multiple times on PropertyModel with ListView

2008-04-30 Thread Andrew Broderick
work, because they seem so key to understanding Wicket. Thanks -Original Message- From: Hoover, William [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 3:09 PM To: users@wicket.apache.org Subject: RE: getter called multiple times on PropertyModel with ListView // It solves your

Re: getter called multiple times on PropertyModel with ListView

2008-04-30 Thread Martijn Dashorst
Message- From: Hoover, William [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 3:09 PM To: users@wicket.apache.org Subject: RE: getter called multiple times on PropertyModel with ListView // It solves your problem because the call to load will be made each time your view

Re: getter called multiple times on PropertyModel with ListView

2008-04-29 Thread Igor Vaynberg
ListView newsDetails = new ListView(newsDetails, new LoadableDetachableModel(new PropertyModel(this, articles))) -igor On Tue, Apr 29, 2008 at 10:46 AM, Andrew Broderick [EMAIL PROTECTED] wrote: Hi, I have a page where I am using a PropertyModel to populate a ListView, so it will change

RE: getter called multiple times on PropertyModel with ListView

2008-04-29 Thread Andrew Broderick
multiple times on PropertyModel with ListView ListView newsDetails = new ListView(newsDetails, new LoadableDetachableModel(new PropertyModel(this, articles))) -igor On Tue, Apr 29, 2008 at 10:46 AM, Andrew Broderick [EMAIL PROTECTED] wrote: Hi, I have a page where I am using a PropertyModel

RE: getter called multiple times on PropertyModel with ListView

2008-04-29 Thread Hoover, William
: RE: getter called multiple times on PropertyModel with ListView Cannot instantiate LoadableDetachableModel directly .. it is abstract. Besides, how does it help solve the problem? Thanks -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 12:49