Martin Grigorov created WICKET-5162:
---------------------------------------

             Summary: InlineEnclosure markup id could collide in the final page 
markup
                 Key: WICKET-5162
                 URL: https://issues.apache.org/jira/browse/WICKET-5162
             Project: Wicket
          Issue Type: Sub-task
          Components: wicket
    Affects Versions: 6.7.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


WICKET-5085 introduced a 'counter' variable in InlineEnclosureHandler that 
should make the component id of the InlineEnclosure unique in its parent.
But the component id is also used as markup id and this leads to a problem when 
InlineEnclosure is used in different panel because a new instance of 
InlineenclosureHandler is used and its 'counter' value starts from 0 again.

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

Reply via email to