You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by infiniter <in...@gmail.com> on 2011/12/06 21:37:00 UTC

AjaxPagingNavigation not updating DataView

I have created AjaxPagingNavigation which is supposed to update a
DataView.... The problem is that when clicking on a page number link to go
to another page, the data view does not get updated.

When the page is loaded for the first time there are no problems.. but when
clicking on the page number link, the onBeforeRender() of the dataview is
never called again, so it doesn't even call the populate method of the
dataview or the iterator method of the data provider. but I have noticed
that AjaxPagingNavigationLink.onClick(AjaxRequestTarget target) is being
called.

Any ideas?


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigation-not-updating-DataView-tp4166358p4166358.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org