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

Gerolf Seitz resolved WICKET-1173.
----------------------------------

    Resolution: Fixed
      Assignee: Gerolf Seitz  (was: Juergen Donnerstag)

it's fixed now in trunk.

note that you still should implement this like a suggested in my first comment.
relying on wicket:body is not a good idea, as it is stripped out anyway if the 
application is run in deployment mode.
also: wicket tags are not rendered in ajax request, so there's a second reason 
for not doing this.

please try again with the necessary modifications to your usecase (wrapping 
wicket:body with a WebMarkupContainer), 
and reopen this issue if it still doesn't work.

> Border bodycontainer doesn't render a markup placeholder
> --------------------------------------------------------
>
>                 Key: WICKET-1173
>                 URL: https://issues.apache.org/jira/browse/WICKET-1173
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>            Reporter: Carlos Pita
>            Assignee: Gerolf Seitz
>             Fix For: 1.3.0-rc2
>
>         Attachments: border.tgz, hideableborder.zip
>
>
> A border with getBodyContainer().setOutputMarkupPlaceholderTag(true); doesn't 
> generate a placeholder after its body is hidden. I've attached an example.

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

Reply via email to