You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2007/05/14 09:27:16 UTC

[jira] Reopened: (WICKET-560) [body] works strange

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

Peter Ertl reopened WICKET-560:
-------------------------------


maybe this is not related to the fix...

the wicket:body works fine now but the 

  <wicket:head>..</wicket:head>

does not seem to be rendered anymore.

I have a very simple example here and get no output for the header contribution.


> <wicket:body>[body]</wicket> works strange
> ------------------------------------------
>
>                 Key: WICKET-560
>                 URL: https://issues.apache.org/jira/browse/WICKET-560
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Peter Ertl
>            Priority: Minor
>             Fix For: 1.3
>
>
> While
>    <wicket:body/> 
> works fine in a border component the following code behaves strangely:
> <wicket:body>[some mockup html]</wicket:body>
> it will not _only_ render the body component but instead
>   [body component]</wicket:body>
> so there will be a left over closing tag without the equivalent opening tag in the resulting html...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.