the toolbar does refetch the data on every request, the problem is you
are probably caching the data via an improper use of models.

-igor

On Thu, May 27, 2010 at 8:41 AM, sahuja <[email protected]> wrote:
>
> Hi,
>
> I have a DefaultDataTable with a BottomToolbar that I wrote to display the
> sum of amounts in each column of the table.
>
> If the underlying data changes, and I press F5 to refresh the browser page,
> the table reflects the data change, but the toolbar is not refreshed and
> continues to display previous amounts.
>
> Is there a way for me to force the toolbar to re-fetch data from its
> DataProvider?
>
> Thanks.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Force-toolbar-to-update-on-page-refresh-tp2233347p2233347.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to