Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with JQueryPP #4

Open
romainbiard opened this issue Oct 27, 2013 · 1 comment
Open

Incompatibility with JQueryPP #4

romainbiard opened this issue Oct 27, 2013 · 1 comment

Comments

@romainbiard
Copy link

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
Copy link
Owner

Many thanks for your report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants