You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Greg Johnson (JIRA)" <ji...@apache.org> on 2011/03/26 12:24:05 UTC

[jira] [Updated] (WICKET-3559) Autolink (AutolinkBookmarkablePageLink) already rendered problem

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

Greg Johnson updated WICKET-3559:
---------------------------------

    Attachment: wicketAutolinkBookmarkablePageLinkTest.zip

mvn jetty:run
browse to http://localhost:8080

choose "Simple Page", return to "Home Page" gives exception of:

Root cause:

org.apache.wicket.markup.MarkupException: The component [AutolinkBookmarkablePageLink [Component id = _autolink_3]] was rendered already. You can render it only once during a render phase. Class relative path: org.apache.wicket.markup.resolver.AutoLinkResolver$AutolinkBookmarkablePageLink:menu:_wicket_link-2-1-2:_autolink_3
at org.apache.wicket.Page.componentRendered(Page.java:254)
at org.apache.wicket.Component.rendered(Component.java:2573)
at org.apache.wicket.Component.internalRender(Component.java:2380)
at org.apache.wicket.Component.render(Component.java:2304)
at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1420)
at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1548)

> Autolink (AutolinkBookmarkablePageLink) already rendered problem
> ----------------------------------------------------------------
>
>                 Key: WICKET-3559
>                 URL: https://issues.apache.org/jira/browse/WICKET-3559
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.5-RC2
>            Reporter: Greg Johnson
>         Attachments: wicketAutolinkBookmarkablePageLinkTest.zip
>
>
> Using a menu panel that includes <wicket:link> to return to a page that includes a panel with a <wicket:head> element,  gives:
> The component [AutolinkBookmarkablePageLink [Component id = _autolink_X]] was rendered already

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira