Martin Grigorov created WICKET-4520:
---------------------------------------

             Summary: 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


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

        

Reply via email to