[
https://issues.apache.org/jira/browse/WICKET-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680712#comment-14680712
]
Palancher aurélien commented on WICKET-5964:
--------------------------------------------
see https://issues.apache.org/jira/browse/WICKET-5965
it works if we replace add(component) by queue(component) in the autoAdd
methods (MarkupContainer)
i hope it helps
> Queuing a component within an enclosure
> ---------------------------------------
>
> Key: WICKET-5964
> URL: https://issues.apache.org/jira/browse/WICKET-5964
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.0.0
> Reporter: Palancher aurélien
> Attachments: WicketQuickstart2.war
>
>
> Queueing doesn't work if component is in a enclosure tag.
> <wicket:enclosure child="inlink">
> <a href="panier.html">
> <span wicket:id="inlink"></span>
> </a>
> </wicket:enclosure>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)