You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Christoph Leiter (JIRA)" <ji...@apache.org> on 2013/02/27 12:49:12 UTC

[jira] [Created] (WICKET-5061) EnclosureHandler ignores wicket tags

Christoph Leiter created WICKET-5061:
----------------------------------------

             Summary: EnclosureHandler ignores wicket tags
                 Key: WICKET-5061
                 URL: https://issues.apache.org/jira/browse/WICKET-5061
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.6.0
            Reporter: Christoph Leiter
            Priority: Minor
         Attachments: WICKET-5061.patch

This doesn't work now:
<wicket:enclosure>
  <wicket:container wicket:id="id" />
</wicket:enclosure>

because EnclosureHandler ignores wicket tags when it looks for children. I don't know what the rational was when doing this.

I'll attach a proposed patch with a new testcase. It changes the current logic how to look for children. This may contain errors or may otherwise not be a good idea. Nonetheless all tests succeed and it works within my applications.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira