Rakesh.A

Results 15 comments of Rakesh.A

Any decision/progress on this ? open to make PR

Issue with 404 for jquery.ui.datepicker-en.js seems to be due to https://bugs.jqueryui.com/ticket/6682 And 404 for jquery.ui.base.css, is possibly due to a typo at line#1612 in DatePicker.java. new JQueryCssResourceReference(DatePicker.class, "css/jquery.ui.base.css") should be...

Yes, Updating JQuery Ui version should fix the 404 for jquery.ui.datepicker-en.js. PR to fix CSS 404 is https://github.com/wicketstuff/core/pull/449

Not sure about JavaScript test added, as I see all tests (part of all.html) go green always.

Yes, changes to wicket-ajax-jquery.js need more attention, created a ticket for it with description https://issues.apache.org/jira/browse/WICKET-6075

Using cordova-plugin-file implementation to get native URI for the file and using it for this plugin should work #resolveLocalFileSystemURI() returns FileEntry, which has 'nativeURL' property, value of which can be...

We too ran into the same problem since move to NodeJs to 20.x (from NodeJs 14.x). Our CI setup, builds/publishes a NPM package and is consumed by other project in...

We too did it same way as explained by @Heimo001

Just as an additional information, Ionic's Capacitor camera plugin implementation seems to have done this move from Intent to photo picker - https://github.com/ionic-team/capacitor-plugins/commit/dd8f5d2789fe8c9e15f1fdf7c95812b7b0af8a3d

I was able to get it working, by extending SingleSignOn valve class of Tomcat and serialize/deserialize SingleSignOnEntry objects to redis with additional code. It would be nice if SingleSignOn valve...