Details
Description
I just found out that for AjaxPagingNavigator to work properly the first non-repeater parent component of the IPageable needs to have setOutputMarkupId(true) , otherwise clicking a button will throw an IAE in ART#add().
The attached patch (made against the wicket-1.5.13 tag) changes AjaxPagingNavigator#onAjaxEvent() to also check getOutputMarkupId().
Attachments
Attachments
Issue Links
- breaks
-
WICKET-6005 WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
- Resolved