I'm doing drag and drop operations with an implementation of org.apache.wicket.markup.html.tree.BaseTree. For the drop event I call
... dropNode.add(dragNode); tree.repaint(target); ... However I get an IllegalStateException when processing the ajax request (in detach(RequestCycle)) because somehow the component for the dropNode - as supplied by baseTreeImpl.newNodeComponent() - looses its page. I am not sure when this happens exactly. After the calls as described above the page is still not null. I guess the problem is related to https://issues.apache.org/jira/browse/WICKET-1366 Help appreciated. Conny -- View this message in context: http://www.nabble.com/Tree-component-looses-page-tp19048069p19048069.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
