[
https://issues.apache.org/jira/browse/WICKET-6404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055346#comment-16055346
]
Martin Grigorov commented on WICKET-6404:
-----------------------------------------
Can you please provide a quickstart application demonstrating the problem ?
Thank you!
> enclosure fails to let its children render their headers during ajax
> --------------------------------------------------------------------
>
> Key: WICKET-6404
> URL: https://issues.apache.org/jira/browse/WICKET-6404
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.4.0
> Reporter: Kent Tong
> Labels: ajax, enclosure
>
> If during an ajax request a component is scheduled for rendering and that
> component is the controlling child of an enclosure, it will be replaced by
> the enclosure for rendering (by the AjaxEnclosureListener). However, as an
> enclosure is not really the parent of the controlling child in the component
> hierarchy, it won't let the child render its header.
> The problem shows when the child has an ajax behaviour. After handling an
> ajax request and being refreshed, that ajax behaviour will stop working.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)