[ 
https://issues.apache.org/jira/browse/WICKET-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178345#comment-14178345
 ] 

ASF subversion and git services commented on WICKET-5730:
---------------------------------------------------------

Commit db5be6ab05545e1bb95f566c3aeb23e05cf93437 in wicket's branch 
refs/heads/master from [~bitstorm]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=db5be6a ]

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)

Reply via email to