Try to use:
yourDDC.add(new AjaxFormComponentUpdatingBehavior("onchange")
{
@Override
protected void onUpdate(AjaxRequestTarget target)
{
target.addComponent(yourGridComponent); //like MyGrid.this
}
});
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/inmethod-custom-PagingToolbar-with-dropdownchoice-for-setting-rows-not-working-correctly-tp2266659p2268034.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]