You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2013/08/02 13:59:48 UTC

[jira] [Created] (WICKET-5300) ComponentRenderingRequestHandler does not clear renderedComponents (PrototypeApplication)

Sven Meier created WICKET-5300:
----------------------------------

             Summary: ComponentRenderingRequestHandler does not clear renderedComponents (PrototypeApplication)
                 Key: WICKET-5300
                 URL: https://issues.apache.org/jira/browse/WICKET-5300
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.9.1, 7.0.0
            Reporter: Sven Meier
            Assignee: Sven Meier


A second click on a prototype link failse:

The component [Component id = counter] was rendered already. You can render it only once during a render phase. Class relative path: org.apache.wicket.markup.html.basic.Label:counter
 MarkupStream: [unknown]
	at org.apache.wicket.Page.componentRendered(Page.java:210)
	at org.apache.wicket.Component.rendered(Component.java:2610)
	at org.apache.wicket.Component.internalRender(Component.java:2383)
	at org.apache.wicket.Component.render(Component.java:2307)
	at org.apache.wicket.core.request.handler.ComponentRenderingRequestHandler.respond(ComponentRenderingRequestHandler.java:70)

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