Hi, I'm using WicketDND to allow for drag and drop in my application. How ever I have problems when trying to drag a tr that contains another table (i.e. I want to drag a component whose html contains a table). I believe the reason to be that the inner table is located on top of the tr (it fills the entire tr) and thus the dragable source is hidden underneath. Is it possible to get around this somehow? Perhaps using some css hacking if needed?
/Johan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Possible-to-drag-tables-using-WicketDND-tp2532928p2532928.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]
