You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Palancher aurélien (JIRA)" <ji...@apache.org> on 2015/08/10 22:25:46 UTC

[jira] [Commented] (WICKET-5965) Queuing a component in head

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

Palancher aurélien commented on WICKET-5965:
--------------------------------------------

i was testing this case tonight, when i've seen to the autoAdd methods in MarkupContainer.java. At the end, there is a "add(component)".
i was wondering why it was not a queue ? so i've tested it... and it works.
But i don't know if there is consequences doing such a modification ?

i also tried with the wicket:enclosure tag (eg https://issues.apache.org/jira/browse/WICKET-5964) and it solves the problem too.
it may help you ?

> 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
>         Attachments: WicketQuickstart2.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)