On Thu, May 27, 2010 at 2:19 PM, sahuja <[email protected]> wrote:

>
> Thanks for your suggestions, Jeremy and Igor.
>
> I tried to use a ListView. With that I succeeded in refreshing the toolbar
> on a bookmarkable page, but not a page that I navigated through the
> Navigation Toolbar.
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Force-toolbar-to-update-on-page-refresh-tp2233347p2233646.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]
>
>
is your listview using a model that gets the columns on every repaint?  the
problem that you have is that your columns in your toolbar are only being
generated on the initial construction of the page.  please put a breakpoint
there so that you can see this.  then, try wrapping that in a model that
feeds the list view and watch your break point.  after every navigation
click, you should see the list of columns be regenerated.  if you don't,
it's still broken

-- 
Jeremy Thomerson
http://www.wickettraining.com

Reply via email to