[
https://issues.apache.org/jira/browse/WICKET-6361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15989981#comment-15989981
]
ASF subversion and git services commented on WICKET-6361:
---------------------------------------------------------
Commit 70342df0f5d0c87e4a0c335dbf68a699359dd469 in wicket's branch
refs/heads/wicket-7.x from [~bitstorm]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=70342df ]
WICKET-6361 MarkupContainer#queue doesn't work in table column
> MarkupContainer#queue doesn't work in table column
> --------------------------------------------------
>
> Key: WICKET-6361
> URL: https://issues.apache.org/jira/browse/WICKET-6361
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.6.0, 8.0.0-M5
> Reporter: Andrew Geery
> Assignee: Andrea Del Bene
> Priority: Minor
> Attachments: myproject.zip
>
>
> When the AbstractColumn#populateItem adds a Panel which uses the
> MarkupComponent#queue method to add its children, the following error occurs:
> Detach called on component with id 'cell' while it had a non-empty queue.
> If the queue methods are changed to add, everything works. This is the
> workaround.
> In the attached file, the problem is ActionPanel (which is added by
> ActionColumn). Changing queue to add makes the example work.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)