You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrea Del Bene (JIRA)" <ji...@apache.org> on 2014/11/02 23:26:34 UTC

[jira] [Resolved] (WICKET-5730) Dequeue auto component can't resolve components if they are nested in child markup

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

Andrea Del Bene resolved WICKET-5730.
-------------------------------------
    Resolution: Fixed

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