core
core copied to clipboard
Wicketstuff-core projects are bundled user contributions for use with Apache Wicket (https://wicket.apache.org/). They are released in step with Wicket releases to make them easy to use.
Bumps [shiro-core](https://github.com/apache/shiro) from 1.9.0 to 1.9.1. Commits 2b53211 [maven-release-plugin] prepare release shiro-root-1.9.1 6bcb92e Add support for case-insensitive matching to RegExPatternMatcher 422166d Merge pull request #364 from apache/shiro-871-19x 0db440a Apply principalSuffix...
When adding an `InputBehavior` to a component which is updated via AJAX, it can happen that the event listener registered by the `InputBehavior` is registered over and over again during...
Hi, WicketStuff Select2 control does not seem to work on the first tab of a TabbedPanel with non-default markup. Here is a mini demo application that shows the issue and...
When I try this code out, no page is generated. https://github.com/wicketstuff/core/blob/master/datatables-parent/datatables-examples/src/main/java/org/wicketstuff/datatables/demo/NewPage.java this example works though: https://github.com/wicketstuff/core/blob/master/datatables-parent/datatables-examples/src/main/java/org/wicketstuff/datatables/demo/HomePage.java
Using PackageScanner.scanPackage("com.restservice"); deploying in wildfly I got the error: > Caused by: java.lang.IllegalArgumentException: URI scheme is not "file" at java.io.File.(File.java:421) at org.wicketstuff.rest.utils.mounting.PackageScanner.getClasses(PackageScanner.java:159) at org.wicketstuff.rest.utils.mounting.PackageScanner.scanPackage(PackageScanner.java:71) ... 94 more PackageScanner.java:159 `dirs.add(new File(resource.toURI()));`...
Openlayers3: if adding multiple FeatureChangeListeners for different Features only the last one added works. See openlayers3-parent/openlayers3/src/main/java/org/wicketstuff/openlayers3/behavior/FeatureChangeListener.js lines 67 and 82 for the cause of this issue.
The JS initialization script was moved from renderHead to Select2Behavior which is burned into the AbstractSelect2Choice as a private final added in the constructor. I would add a protected method,...
I try to integrate the lightbox2 into my application, but I want to tweak how the lightbox behaves (for example, I'd like in centered in the screen). The js-lightbox library...
hi, previously i used the version 7.10.0 on my project, the **JGrowlFeedbackPanel** component works great with another component from wicket-jquery-ui. ``` 7.10.0 7.10.0 7.10.0 7.10.0 7.10.0 7.10.0 7.10.0 ``` Since...
Hi, I am looking for either an open source or a commercial rad tool for wicket like the one for editing eclipse SWT applications. Wicket is a very simple platform...