google-code-export / wiquery

Automatically exported from code.google.com/p/wiquery
MIT License
1 stars 1 forks source link

Behavior statement doesn't get rendered in Ajax request #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a DataTable with a WiQueryBehavior attached to it, works fine in a 
normal request. When I want to refresh the DataTable using ajax, the statement 
isn't added to the request because I add the parent of the DataTable, a 
WebMarkupContainer, to the AjaxRequestTarget.

WiQueryDecoratingHeaderResponse#renderAjaxResponse only checks for behaviors of 
components which are added to the AjaxRequestTarget directly, not for it's 
child components. 

Wiquery version: 1.5-RC2
Wicket version: 1.5.0

Original issue reported on code.google.com by sven.rie...@topicus.nl on 12 Sep 2011 at 9:40

GoogleCodeExporter commented 9 years ago
This issue has been fixed in RC4.

Original comment by hielke.hoeve on 13 Sep 2011 at 11:11