You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2007/05/13 17:20:15 UTC

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

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

Juergen Donnerstag resolved WICKET-560.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

fixed and junit test added

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