You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/11/04 17:11:34 UTC

[jira] [Updated] (WICKET-5748) StackOverflowError while trying to get the Markup of WicketHeadContainer

     [ https://issues.apache.org/jira/browse/WICKET-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-5748:
------------------------------------
    Attachment: stackoverflow-getMarkup.png

A screenshot showing the problem.
org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy#getMarkup() is called with 'container' and 'child' being the same component instance.

> StackOverflowError while trying to get the Markup of WicketHeadContainer
> ------------------------------------------------------------------------
>
>                 Key: WICKET-5748
>                 URL: https://issues.apache.org/jira/browse/WICKET-5748
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.0.0-M4
>            Reporter: Martin Grigorov
>         Attachments: stackoverflow-getMarkup.png
>
>
> I'm migrating our main app to Wicket 7.x
> One of the tests fail with StackOverflowError.
> Attaching a debugger shows that there are multiple instances of HtmlHeaderResolver$WicketHeadContainer with the same id.
> See the attached screenshot.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)