[
https://issues.apache.org/jira/browse/WICKET-6026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995390#comment-14995390
]
ASF subversion and git services commented on WICKET-6026:
---------------------------------------------------------
Commit 98a2189d68fae0785724d5d29a04cee72d2f1323 in wicket's branch
refs/heads/wicket-7.x from [~bitstorm]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=98a2189 ]
WICKET-6026 Problem in detecting child id on nested <wicket:enclosure>
> 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
>
>
> 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)