Re: [Wicket-user] DataView modelChanged

2007-01-21 Thread Johan Compagner
OTECTED] > [mailto: [EMAIL PROTECTED] On Behalf Of Igor > Vaynberg > Sent: 17 January 2007 16:07 > To: wicket-user@lists.sourceforge.net > Subject: Re: [Wicket-user] DataView modelChanged > > > you dont need to do anything. next request the dataprovider is polled > agai

Re: [Wicket-user] DataView modelChanged

2007-01-18 Thread Igor Vaynberg
e not to ask the cache for the results twice. Thanks, Tim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Vaynberg Sent: 17 January 2007 16:07 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] DataView modelChanged you dont nee

Re: [Wicket-user] DataView modelChanged

2007-01-18 Thread Tim Squires
s now on the list of optimisations for the next version! Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martijn Dashorst Sent: 18 January 2007 11:02 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] DataView modelChanged Also, why d

Re: [Wicket-user] DataView modelChanged

2007-01-18 Thread Martijn Dashorst
Hibernate/EhCache it does not actually go back to > > the database but it would be nice not to ask the cache for the results > > twice. > > > > Thanks, > > Tim > > > > ________ > > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTE

Re: [Wicket-user] DataView modelChanged

2007-01-18 Thread Martijn Dashorst
ually go back to > the database but it would be nice not to ask the cache for the results > twice. > > Thanks, > Tim > > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Igor > Vaynberg > Sent: 17 January 2007 16

Re: [Wicket-user] DataView modelChanged

2007-01-18 Thread Tim Squires
ubject: Re: [Wicket-user] DataView modelChanged you dont need to do anything. next request the dataprovider is polled again. if the dataview really doesnt refresh make sure your dataprovider/orm layer are not doing any caching. -igor On 1/17/07, Tim Squires <[EMAIL PROTECTED]> wrote:

Re: [Wicket-user] DataView modelChanged

2007-01-17 Thread Igor Vaynberg
you dont need to do anything. next request the dataprovider is polled again. if the dataview really doesnt refresh make sure your dataprovider/orm layer are not doing any caching. -igor On 1/17/07, Tim Squires <[EMAIL PROTECTED]> wrote: Hi again, I have a simple DataView where one of the col

[Wicket-user] DataView modelChanged

2007-01-17 Thread Tim Squires
Hi again, I have a simple DataView where one of the columns contains a Link which onClick modifies the data. What is the best way of telling the DataView that the model has changed. I've tried a few things, see the comments in the code Thanks for your help, Tim DataView dataView