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/13 12:10:15 UTC

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

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

Peter Ertl commented on WICKET-560:
-----------------------------------

in case it helps - these are my markup settings:

    final IMarkupSettings markupSettings = getMarkupSettings();
    markupSettings.setCompressWhitespace(true);
    markupSettings.setStripComments(true);
    markupSettings.setStripWicketTags(true);
    markupSettings.setStripXmlDeclarationFromOutput(true);


> <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
>
> 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.