Edvard Fonsell created WICKET-5268:
--------------------------------------

             Summary: ComponentRenderer.renderComponent fails to render two 
components with different component IDs
                 Key: WICKET-5268
                 URL: https://issues.apache.org/jira/browse/WICKET-5268
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.9.0
            Reporter: Edvard Fonsell
            Priority: Minor


After WICKET-5232 was fixed, #renderComponent now accepts component with any 
component ID. However since the markup of the RenderPage is cached, after 
calling #renderComponent for one component it will fail for components having 
different component ID.

This could be fixed as I suggested in WICKET-5232: RenderPage could implement 
IMarkupCacheKeyProvider interface and return null in #getCacheKey.

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