Wicket Job Opportunity

2017-11-02 Thread Igor Vaynberg
Hi, My company is looking to fill a 100% telecommuting (must reside within two time zones of US/Central time GMT-0600) senior software engineer position. We use Wicket/Weld/Hibernate stack. If you are interested you can read more about the position here:

Re: AjaxRequestTarget not updating after validation

2017-11-02 Thread Sven Meier
Hi, your code didn't make it into the mailing list, but I've checked it on Nabble: I don't see anything wrong and your example should work as you expect it. Check your markup for misplaced open/close tags, maybe something is misinterpreted by Chrome when you update part of the page. Or

AjaxRequestTarget not updating after validation

2017-11-02 Thread SeldonCrisis
Hello everyone, I am experiencing some strange behavior in Wicket when attempting to submit a Form through ajax... I have a custom panel (*FileUploadPanel* which extends *Panel*) that I created. It is used to upload files, but it is more robust than a FileUploadField. I have also added a

[ANNOUNCE] Wicket jQuery UI 8.0.0-M8 released

2017-11-02 Thread Sebastien
Dear Wicket jQuery/Kendo UI users, Wicket jQuery UI 8.0.0-M8 based on Apache Wicket 8.0.0-M8 is now released! Changelog: https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-8.0.0-M8 Maven dependencies: com.googlecode.wicket-jquery-ui wicket-jquery-ui

How to bind a single page class to multiple mounted URLs

2017-11-02 Thread Entropy
We have a couple different 'flows' in our application, but each flow often shares certain pages in common, and we of course reuse the page class. If someone times out and then hit refresh or performs a screen action, my team would like to direct the user to the starting page of THAT FLOW to

Re: Moving modal window in touch devices

2017-11-02 Thread Martin Grigorov
Thank you for sharing it! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Nov 2, 2017 at 12:03 PM, Rakesh A wrote: > Thank you for the suggestion, I tried and was able to make it work. > > Below code is what I ended up (for some

Re: Moving modal window in touch devices

2017-11-02 Thread Rakesh A
Thank you for the suggestion, I tried and was able to make it work. Below code is what I ended up (for some one who is interested in it) (function () { function _duckPunchTouchHandler(event) { // ignore multi-touch events if (event.originalEvent.touches.length > 1) {

Re: Using AjaxGeolocationBehavior with a "click" event

2017-11-02 Thread Martin Grigorov
Hi, If the implementation provided by WicketStuff HTML5 module doesn't work for you then please improve it so that it supports both use cases and send us a Pull Request! This way it will be part of the next release and you will be able to remove it from your your repository. Thank you! Martin

Re: PrependJavaScript to replace a composant with animation

2017-11-02 Thread Martin Grigorov
Hi Olivier, On Wed, Nov 1, 2017 at 9:46 PM, Olivier DUTRIEUX < olivier.dutri...@pasteur.fr> wrote: > No new about this problem : I need to create a jira issue ? > Yes, please! > > Duto > > > > -Message d'origine- > > De : Olivier DUTRIEUX [mailto:olivier.dutri...@pasteur.fr] > >