[
https://issues.apache.org/jira/browse/WICKET-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178581#comment-14178581
]
ASF subversion and git services commented on WICKET-5730:
---------------------------------------------------------
Commit 6b879633f7d6f4cde571f510d8cc7ed4f09da1bb in wicket's branch
refs/heads/improvingQueuing from [~bitstorm]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=6b87963 ]
WICKET-5730 Dequeue auto component can't resolve components if they are
nested in child markup
> Dequeue auto component can't resolve components if they are nested in child
> markup
> ----------------------------------------------------------------------------------
>
> Key: WICKET-5730
> URL: https://issues.apache.org/jira/browse/WICKET-5730
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 7.0.0-M3
> Reporter: Andrea Del Bene
> Assignee: Andrea Del Bene
> Fix For: 7.0.0-M4
>
> Attachments: QueueBorder.tar.gz
>
>
> If a container has an auto component (ex: enclouse) in its markup but this
> later is nested inside a child, the autocomponent won't be resolved if child
> is a IQueueRegion. For example (taken from quickstart):
> {code}
> <span wicket:id="myBorder">
> bar
>
> <wicket:enclosure>
> <span wicket:id="c">c</span>
> </wicket:enclosure>
> </span>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)