Hi,

the classes in the following archive duplicate AjaxNavigationToolbar but use AjaxFormSubmitBehaviors instead:

https://dl.dropboxusercontent.com/u/52076310/AjaxSubmitPaging.zip

Usage:

    Form form = new Form("form");
    add(form);

form.add(new AjaxSubmitDefaultDataTable<Foo, String>("table", columns, dataProvider, 8));

Hope this helps
Sven


On 04/19/2013 09:52 PM, dhongyt wrote:
Right which is what I have but I'm having a tough time understanding how I
need to override the navigator.



I have done it many ways and none of them seem to work.

I think I'm supposed to override this


But SubmitLink wants the form to be in its constructor for it to work
correctly right?
And how to I make it update the DataView to go to the next page?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AjaxFallbackDefaultDataTable-and-CheckBox-Column-tp4657998p4658133.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