Re: Datepicker with range selection support

2012-09-26 Thread Martin Grigorov
It seems you use Wicket 1.5.x with wicket-jquery-ui 6.x which depends on Wicket 6.0.0 On Wed, Sep 26, 2012 at 3:48 AM, Sebastien Gautrin sebastien.gaut...@gmail.com wrote: Hi, Me again. I started looking into integrating your RangeDatePicker (with the text field for now), but I get I an odd

Re: Datepicker with range selection support

2012-09-26 Thread Sebastien
Agreed with Martin; that's also explain why it is working when you build it manually (the default branch - master - is the wicket 1.5.x version). Please note that the snapshot repository hosts both 1.2.3-SNAPSHOT (for wicket 1.5.x) and 6.0.1-SNAPSHOT (for wicket 6.0.0). Sorry if it was not clear

Re: Datepicker with range selection support

2012-09-26 Thread Sébastien Gautrin
that in the earlier mail I had forgotten to tell I was requesting 1.2.3-SNAPSHOT for a wicket 1.5.8 app, and installing from master, so I wasn't very clear in the end, sorry. Sébastien Original Message *Subject: *Re: Datepicker with range selection support *From: *Sebastien

Re: Datepicker with range selection support

2012-09-26 Thread Sebastien
Original Message *Subject: *Re: Datepicker with range selection support *From: *Sebastien seb...@gmail.com *To: *users@wicket.apache.org *Date: *2012-09-26 Agreed with Martin; that's also explain why it is working when you build it manually (the default branch - master

Re: Datepicker with range selection support

2012-09-26 Thread Sébastien Gautrin
it wouldn't recompile some files after switching versions/branches while they had changed on disk. I'll keep you informed after testing tonight. Sébastien Original Message *Subject: *Re: Datepicker with range selection support *From: *Sebastien seb...@gmail.com *To: *users

Re: Datepicker with range selection support

2012-09-26 Thread Sebastien Gautrin
for a wicket 1.5.8 app, and installing from master, so I wasn't very clear in the end, sorry. Sébastien Original Message *Subject: *Re: Datepicker with range selection support *From: *Sebastien seb...@gmail.com *To: *users@wicket.apache.org *Date: *2012-09-26 Agreed with Martin

Re: Datepicker with range selection support

2012-09-26 Thread Sebastien
-SNAPSHOT for a wicket 1.5.8 app, and installing from master, so I wasn't very clear in the end, sorry. Sébastien Original Message *Subject: *Re: Datepicker with range selection support *From: *Sebastien seb...@gmail.com *To: *users@wicket.apache.org *Date: *2012-09-26

Re: Datepicker with range selection support

2012-09-25 Thread Sebastien Gautrin
Hi, Me again. I started looking into integrating your RangeDatePicker (with the text field for now), but I get I an odd error when using the snapshots for sonatype repository, which I also get when running the samples. I get it with jetty:run and tomcat:run, with oracle jdk7, open jdk7 and

Re: Datepicker with range selection support

2012-09-24 Thread Sebastien
James, thanks for your comment. Yes, the demo site is a functional wicket app. You can get the source at the github project. Sebastien, you are welcome! Thanks to let me know what you finally did... Best regards, Sebastien. On Mon, Sep 24, 2012 at 3:06 AM, James Eliyezar ja...@mcruncher.com

Re: Datepicker with range selection support

2012-09-23 Thread Sébastien Gautrin
Wow, This is simply terrific. I will sift through all this in the next weeks. All I can say is a big thanks for everything! Sébastien On 22/09/12 19:00, Sebastien wrote: Hi Sebastien. wicket-jquery-ui has the goal to integrate jQuery UI widgets as Wicket components; but it's also designed

Re: Datepicker with range selection support

2012-09-23 Thread James Eliyezar
This is really amazing Sebastien. wicket-jquery-ui is really feature rich. Is the demo site a wicket app? On Mon, Sep 24, 2012 at 1:38 AM, Sébastien Gautrin sebastien.gaut...@gmail.com wrote: Wow, This is simply terrific. I will sift through all this in the next weeks. All I can say is a

Re: Datepicker with range selection support

2012-09-22 Thread Sebastien
Hi Sebastien. wicket-jquery-ui has the goal to integrate jQuery UI widgets as Wicket components; but it's also designed to integrate (easily, I guess) any jQuery plugins (that's what I tend to evince in the tutorial series...). So, I played around with the fox-run-software (range-)date-picker...

Datepicker with range selection support

2012-09-21 Thread Sébastien Gautrin
Hi, I was wondering if there was any wicket component out there for a Datepicker supporting selecting a range of dates. I've looked a bit and couldn't find any (the wicket-extensions' Datepicker doesn't, the wiquery datepicker doesn't, nor does the wicket-jquery datepicker). I didn't find

Re: Datepicker with range selection support

2012-09-21 Thread Sebastien
Hi Sebastien, I am wondering how you imagine your range datepicker... Do you figure a component embedding 2 datepickers like in the jQuery UI demo site, where the user selects alternativey the start date and the end date: http://jqueryui.com/demos/datepicker/#date-range Or a component displaying

Re: Datepicker with range selection support

2012-09-21 Thread Sébastien Gautrin
Hi, I was envisaging it working like the js lib I linked. Creating a component that would embed to Datepickers linked together (adding in that component the logical restrictions such that enforcing start date to be prior end date) would be indeed relatively easy, and we actually have

Re: Datepicker with range selection support

2012-09-21 Thread Sebastien
Hi again, Well... I was looking for a jQuery plugin for the 3rd part of my HowTo's, about creating a plugin using wicket-jquery-ui. Maybe will I play with that one in the coming days... (just note that it will be over Wicket 6) Regards, Sebastien. On Fri, Sep 21, 2012 at 3:53 PM, Sébastien

Re: Datepicker with range selection support

2012-09-21 Thread Sébastien Gautrin
Well, If you make a tutorial about creating a plugin using wicket-jquery-ui, even though it'll be for wicket 6, it should be relatively simply adaptable to do the same for wicket 1.5 (unless there's a huge lot of changes between the two for wicket-jquery-ui which is quite possible