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

Martin Grigorov reopened WICKET-5724:
-------------------------------------

Opening wicket-examples' http://localhost:8080/upload/single leads to the 
following error log"

ERROR - RequestHandlerStack        - Error detaching RequestHandler
org.apache.wicket.WicketRuntimeException: Detach called on component with id 
'0' while it had a non-empty queue: ComponentQueue{queueSize=1, 
queue=[[TransparentWebMarkupContainer [Component id = 
wicket_relative_path_prefix_0]], null, null, null, null, null, null, null]}
        at org.apache.wicket.MarkupContainer.onDetach(MarkupContainer.java:1962)
        at org.apache.wicket.Page.onDetach(Page.java:868)
        at org.apache.wicket.Component.detach(Component.java:1160)
        at 
org.apache.wicket.core.request.handler.PageProvider.detach(PageProvider.java:327)


> Queueing component in autocomponent
> -----------------------------------
>
>                 Key: WICKET-5724
>                 URL: https://issues.apache.org/jira/browse/WICKET-5724
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.0.0-M3
>            Reporter: Palancher aurélien
>            Assignee: Andrea Del Bene
>             Fix For: 7.0.0-M4
>
>         Attachments: queueing-problem.zip, queueing-solution.zip, 
> wicket5724.patch
>
>
> There is an exception when a component is added to queue when its parent is 
> an auto component
> <body>
>               <a href="panier.html">
>                       <span wicket:id="inlink"></span>
>               </a>
>       </body>
> Last cause: Unable to find component with id 'inlink' in 
> [TransparentWebMarkupContainer [Component id = wicket_relative_path_prefix_1]]
>       Expected: 'wicket_relative_path_prefix_1:inlink'.
>       Found with similar names: ''



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to