Andrea Del Bene created WICKET-5730:
---------------------------------------
Summary: 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
Reporter: Andrea Del Bene
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)