You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2012/04/27 12:43:48 UTC

[jira] [Resolved] (WICKET-4520) Inline enclosure doesn't work if wicket:message attribute is used on the same tag

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

Martin Grigorov resolved WICKET-4520.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1
                   1.5.6
         Assignee: Martin Grigorov
    
> Inline enclosure doesn't work if wicket:message attribute is used on the same tag
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-4520
>                 URL: https://issues.apache.org/jira/browse/WICKET-4520
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.5
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5.6, 6.0.0-RC1
>
>         Attachments: inline-enclosure-message.tgz
>
>
> Markup like:
>         <div wicket:enclosure="child" wicket:message="title:something">
> 	        <div>Inner div
> 		        <span wicket:id="child">Blah</span>
> 	        </div>
>         </div>
> doesn't work (Inner div is visible, no matter whether 'child' is visible or not) because the auto component created for wicket:message breaks somehow wicket:enclosure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira