You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2013/03/08 12:00:12 UTC

[jira] [Created] (WICKET-5085) InlineEnclosure are pliing up on each render

Sven Meier created WICKET-5085:
----------------------------------

             Summary: InlineEnclosure are pliing up on each render
                 Key: WICKET-5085
                 URL: https://issues.apache.org/jira/browse/WICKET-5085
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.10, 6.6.0
            Reporter: Sven Meier
            Assignee: Sven Meier


InlineEnclosureHandler#resolve() uses an auto-incremented id for its resolved InlineEnclosure, 

On the next render, a new instance will be resolved, since the id of the already resolved InlineEnclosure does not match the id in the markup.

But InlineEnclosures are not removed after render as other auto-components, thus all instances pile up in the owning container of the markup.


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