[
https://issues.apache.org/jira/browse/WICKET-5965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699122#comment-14699122
]
Palancher aurélien commented on WICKET-5965:
--------------------------------------------
great thx.
i've tested a special case : the title tag (with wicket component) within an
enclosure (like in WICKET-5964). The child is not found (same exception that i
had in this 5965)
Ok that case will never be used but i just notice it.
<head>
<wicket:enclosure>
<title wicket:id="titre">Apache Wicket Quickstart</title>
</wicket:enclosure>
</head>
org.apache.wicket.WicketRuntimeException: Could not find child with id: titre
in the wicket:enclosure
> Queuing a component in head
> ---------------------------
>
> Key: WICKET-5965
> URL: https://issues.apache.org/jira/browse/WICKET-5965
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.0.0
> Reporter: Palancher aurélien
> Assignee: Andrea Del Bene
> Fix For: 7.1.0
>
> Attachments: WicketQuickstartFix.war
>
>
> Queuing a component which is in the head section doesn't work :
> <head>
> <meta charset="utf-8" />
> <title wicket:id="titre">Test</title>
> </head>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)