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

Martin Grigorov resolved WICKET-5722.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 7.0.0-M4

Applied!
Thanks!

[~bitstorm] I have already assigned this ticket to me...

> Queueing in merged markup with transparent resolver in the base class
> ---------------------------------------------------------------------
>
>                 Key: WICKET-5722
>                 URL: https://issues.apache.org/jira/browse/WICKET-5722
>             Project: Wicket
>          Issue Type: Test
>          Components: wicket
>    Affects Versions: 7.0.0-M3
>            Reporter: Palancher aurélien
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 7.0.0-M4
>
>         Attachments: HelloWorldQS.zip, queueing-problem.zip
>
>
> When a simple component is queued in a page class that extend a web page, an 
> exception is raised : Detach called on component with id '0' while it had a 
> non-empty queue: ComponentQueue{queueSize=1, queue=[[Component id = version], 
> null, null, null, null, null, null, null]}
> Example : 
> public class HomePage extends BasePage {
>       public HomePage(final PageParameters parameters) 
>       {
>               super(parameters);
>               //add(new Label("version", 
> getApplication().getFrameworkSettings().getVersion()));
>               queue(new Label("version", 
> getApplication().getFrameworkSettings().getVersion()));
>          }
> }
> "add" -> ok
> "queue" -> not ok



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

Reply via email to