wicket-dnd
wicket-dnd copied to clipboard
Incompatibility with JQueryPP
First of all, thank you for sharing this great lib.
I had troubles with DnD, spending about 3hours to figure it out ! I think that there are some incompatibilities between wicket-dnd and jquerypp, pulled by wicket-bootstrap-extensions in my pom.xml file.
I was unable to MOVE items, but COPY worked very well...
Hope that can avoid somebody else to spend too much time on it :)
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-extensions</artifactId>
<version>0.8.4</version>
<exclusions>
<exclusion>
<artifactId>jquerypp</artifactId>
<groupId>org.webjars</groupId>
</exclusion>
</exclusions>
</dependency>
Many thanks for your report.