[ 
https://issues.apache.org/jira/browse/WICKET-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929853#action_12929853
 ] 

Hudson commented on WICKET-3150:
--------------------------------

Integrated in Apache Wicket 1.5.x #496 (See 
[https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/496/])
    

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

Reply via email to