svenmeier / wicket-dnd

Wicket drag-and-drop
20 stars 14 forks source link

Incompatibility with JQueryPP #4

Open romainbiard opened 10 years ago

romainbiard commented 10 years ago

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>
svenmeier commented 10 years ago

Many thanks for your report.