You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2010/11/07 14:03:07 UTC

[jira] Resolved: (WICKET-3150) Autolink already rendered problem

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

Juergen Donnerstag resolved WICKET-3150.
----------------------------------------

    Resolution: Fixed
      Assignee: Juergen Donnerstag

> Autolink already rendered problem
> ---------------------------------
>
>                 Key: WICKET-3150
>                 URL: https://issues.apache.org/jira/browse/WICKET-3150
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Martin Grigorov
>            Assignee: Juergen Donnerstag
>         Attachments: wicket-3150.tgz
>
>
> Trying to migrate my application from 1.4 to 1.5 I experience the following problem:
> org.apache.wicket.markup.MarkupException: The component [AutolinkExternalLink [Component id = _autolink_2]] was rendered already. You can render it only once during a render phase. Class relative path: org.apache.wicket.markup.resolver.AutoLinkResolver$AutolinkExternalLink:p:_link11:_autolink_2
> 	at org.apache.wicket.Page.componentRendered(Page.java:361)
> 	at org.apache.wicket.Component.rendered(Component.java:2580)
> 	at org.apache.wicket.Component.render_(Component.java:2384)
> 	at org.apache.wicket.Component.render(Component.java:2307)
> ....
> See the attached quickstart.
> The content of MyPanel.html is the minimal version of the complete html in our application that reproduces the problem.
> If I move the content from the panel to the page .html then everything is OK.
> Removing *any* of <wicket:link>s in the panel solves the problem.
> To reproduce the problem just run TestHomePage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.