We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, previously i used the version 7.10.0 on my project, the JGrowlFeedbackPanel component works great with another component from wicket-jquery-ui.
<wicket.version>7.10.0</wicket.version> <wicket-ext.version>7.10.0</wicket-ext.version> <wicket-spring.version>7.10.0</wicket-spring.version> <wicket-auth.version>7.10.0</wicket-auth.version> <wicket-jquery-ui.version>7.10.0</wicket-jquery-ui.version> <wicket-jquery-kendo-ui.version>7.10.0</wicket-jquery-kendo-ui.version> <wicketstuff.version>7.10.0</wicketstuff.version>
Since i upgraded to version 8.0.0
<wicket.version>8.0.0</wicket.version> <wicket-ext.version>8.0.0</wicket-ext.version> <wicket-spring.version>8.0.0</wicket-spring.version> <wicket-auth.version>8.0.0</wicket-auth.version> <wicket-jquery-ui.version>8.0.0</wicket-jquery-ui.version> <wicket-jquery-kendo-ui.version>8.0.0</wicket-jquery-kendo-ui.version> <wicketstuff.version>8.0.0</wicketstuff.version>
The button and menu i used from wicket-jquery-ui is not working. If i disabled the JGrowlFeedbackPanel component, the problem is gone.
I create the quickstart for this problem, and attached some files to replace the generated quickstart files.
mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.0.0 -DgroupId=com.metagens -DartifactId=dummy -DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false
Replace the file from 'testing.zip' with the related file from quickstart, and rebuild it with maven
Try to remove the JGrowlFeedbackPanel component from the HomePage to see the differences.
testing.zip
The text was updated successfully, but these errors were encountered:
Thanks a lot! Will try to take a look ASAP
Sorry, something went wrong.
Fixes issue #638: getJQueryReference() is used instead of get()
f460d01
a75d0f1
Should be fixed, please check
solomax
No branches or pull requests
hi,
previously i used the version 7.10.0 on my project, the JGrowlFeedbackPanel component works great with another component from wicket-jquery-ui.
Since i upgraded to version 8.0.0
The button and menu i used from wicket-jquery-ui is not working. If i disabled the JGrowlFeedbackPanel component, the problem is gone.
I create the quickstart for this problem, and attached some files to replace the generated quickstart files.
mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.0.0 -DgroupId=com.metagens -DartifactId=dummy -DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false
Replace the file from 'testing.zip' with the related file from quickstart, and rebuild it with maven
Try to remove the JGrowlFeedbackPanel component from the HomePage to see the differences.
testing.zip
The text was updated successfully, but these errors were encountered: