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:49 UTC

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

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

Sven Meier updated WICKET-5300:
-------------------------------

    Description: 
A second click on the prototype link fails:

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)

ComponentUseCheck has to be enabled (e.g. development config). It seems 
It seems the collection

  was:
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)

    
> 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: 7.0.0, 6.9.1
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>
> A second click on the prototype link fails:
> 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)
> ComponentUseCheck has to be enabled (e.g. development config). It seems 
> It seems the collection

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