Re: DatePicker Error

2012-09-25 Thread Stephen Walsh
I didn't look in the >> .war#WEB-INF/lib folder. I had all sorts of junk in there! That did the trick though. Thank you again for educating a newbie. Very grateful for the Wicket community thus far. On Sep 25, 2012, at 16:59, Stephen Walsh wrote: > Martin, this is what I've got right now

Re: DatePicker Error

2012-09-25 Thread Stephen Walsh
Martin, this is what I've got right now. 6.0.0 7.5.0.v20110901 org.apache.wicket wicket-core ${wicket.version}

Re: DatePicker Error

2012-09-25 Thread Stephen Walsh
I'll take a look when I get home, but I have wicket 6.0.0 in core, extensions, date-time, auth-roles in my class path. I set this up in my pom. Stephen Walsh | http://connectwithawalsh.com On Tue, Sep 25, 2012 at 7:35 AM, Martin Grigorov wr

Re: DatePicker Error

2012-09-25 Thread Martin Grigorov
The attachment didn't make it. Check what is in .war#WEB-INF/lib folder. On Tue, Sep 25, 2012 at 3:32 PM, Stephen Walsh wrote: > This is a screen shot of my referenced libraries. One interesting thing > that happens is that my Java will occasionally show 1.5 instead of what it > shows here. Not

Re: DatePicker Error

2012-09-25 Thread Stephen Walsh
This is a screen shot of my referenced libraries. One interesting thing that happens is that my Java will occasionally show 1.5 instead of what it shows here. Not sure if this has anything to do with it On Sep 25, 2012, at 02:05, Martin Grigorov wrote: Hi, It seems you have mixed versions o

Re: DatePicker Error

2012-09-25 Thread Martin Grigorov
Hi, It seems you have mixed versions of wicket-datetime and wicket-core in the classpath. Make sure they are both the same version. On Tue, Sep 25, 2012 at 5:22 AM, Stephen Walsh wrote: > I've packaged and deployed the examples page to JBoss AS 7.1.1 and the date > picker page works just fine;