You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/01/19 13:33:39 UTC

[jira] [Commented] (WICKET-6079) Problem with queued components and label

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

ASF subversion and git services commented on WICKET-6079:
---------------------------------------------------------

Commit 1fd0ba920d0356a947bcda3266862d69e20754b5 in wicket's branch refs/heads/wicket-7.x from [~bitstorm]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=1fd0ba9 ]

WICKET-6079 Problem with queued components and label

> Problem with queued components and label
> ----------------------------------------
>
>                 Key: WICKET-6079
>                 URL: https://issues.apache.org/jira/browse/WICKET-6079
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.1.0, 7.2.0
>            Reporter: Fridolin Jackstadt
>         Attachments: wicket-queuing-in-label.zip
>
>
> Quickstart is attached.
> {code:title=HomePage.java|borderStyle=solid}
>     queue(new TextField<>("input", Model.of("test")));
> {code}
> {code:title=HomePage.html|borderStyle=solid}
> <label wicket:for="input">
>   label:
>   <input wicket:id="input"/>
> </label>
> {code}
> Result:
> {noformat}
> org.apache.wicket.WicketRuntimeException: Detach called on component with id '12' while it had a non-empty queue: ComponentQueue{queueSize=1, queue=[[TextField [Component id = input]], null, null, null, null, null, null, null]}
> 	at org.apache.wicket.MarkupContainer.onDetach(MarkupContainer.java:1984)
> 	at org.apache.wicket.Page.onDetach(Page.java:868)
> 	at org.apache.wicket.Component.detach(Component.java:1162)
> 	... 28 more
> {noformat}



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