Hi,

on each AjaxRequest, AjaxPagingNavigator updates the parent of the pageable, 
see AjaxPagingNavigator#onAjaxEvent().

So make sure, your pageable repeater has the same parent as your two navigators:

<div wicket:id="parent">
        <div wicket:id="topNavigator"></div>
        <table>
                <tr wicket:id="pageable"> ... </tr>
        </table>
        <div wicket:id="bottomNavigator"></div>
</div>

Regards
Sven



On 04/10/2014 07:07 PM, pradeepmohite07 wrote:
Hi,
I am using AjaxPagingNavigator and its working fine.
but i have add it twice above and below the data table.
after adding it twice , when i navigate by clicking on link in one of then
it navigate.
but another AjaxPagingNavigator for same datatable doesnt get refreshed.

any idea how to solve it?


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigator-tp4665363.html
Sent from the Users forum 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