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 2015/11/07 22:12:11 UTC

[jira] [Resolved] (WICKET-6026) Problem in detecting child id on nested

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

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

> Problem in detecting child id on nested <wicket:enclosure>
> ----------------------------------------------------------
>
>                 Key: WICKET-6026
>                 URL: https://issues.apache.org/jira/browse/WICKET-6026
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.1.0
>            Reporter: Roland Foerther
>            Assignee: Andrea Del Bene
>             Fix For: 7.2.0, 8.0.0-M1
>
>
> If you nest <wicket:enclosure> as following 
> 		<wicket:enclosure child="labelOuter">
> 			Outer Enclosure <span wicket:id="labelOuter"/>
> 			<wicket:enclosure>
> 				Inner Enclosure <span wicket:id="labelInner" />
> 			</wicket:enclosure>
> 		</wicket:enclosure>
> you get an error:
> "You most likely forgot to register the EnclosureHandler with the MarkupParserFactory
>  MarkupStream: [unknown]
> 	at org.apache.wicket.markup.html.internal.Enclosure.<init>(Enclosure.java:112)
> 	at org.apache.wicket.markup.parser.filter.EnclosureHandler$1.newComponent(EnclosureHandler.java:62)"
> The error occurs independent of the visibility of the enclosed components.   
> This markup works perfect in Wicket 6.20.0
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)