You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Kent Tong (JIRA)" <ji...@apache.org> on 2017/06/20 07:49:01 UTC

[jira] [Updated] (WICKET-6404) enclosure fails to let its children render their headers during ajax

     [ https://issues.apache.org/jira/browse/WICKET-6404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kent Tong updated WICKET-6404:
------------------------------
    Summary: enclosure fails to let its children render their headers during ajax  (was: enclosure fails to let its children to render their headers during ajax)

> 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)