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 <step...@connectwithawalsh.com> wrote: > Martin, this is what I've got right now. > > <properties> > <wicket.version>6.0.0</wicket.version> > <jetty.version>7.5.0.v20110901</jetty.version> > </properties> > <dependencies> > <!-- WICKET DEPENDENCIES --> > <dependency> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-core</artifactId> > <version>${wicket.version}</version> > </dependency> > <!-- OPTIONAL DEPENDENCY --> > <dependency> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-extensions</artifactId> > <version>${wicket.version}</version> > </dependency> > > <dependency> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-auth-roles</artifactId> > <version>${wicket.version}</version> > </dependency> > > <dependency> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-datetime</artifactId> > <version>${wicket.version}</version> > </dependency> > > > > > > > ____________________________________ > Stephen Walsh | http://connectwithawalsh.com > > On Sep 25, 2012, at 07:52, Stephen Walsh <step...@connectwithawalsh.com> > wrote: > >> 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 <mgrigo...@apache.org> >> wrote: >> 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 >> <step...@connectwithawalsh.com> 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 sure if this has anything to do with it >> > >> > >> > >> > On Sep 25, 2012, at 02:05, Martin Grigorov <mgrigo...@apache.org> wrote: >> > >> > 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 >> > <step...@connectwithawalsh.com> wrote: >> > >> > I've packaged and deployed the examples page to JBoss AS 7.1.1 and the date >> > picker page works just fine; however, when I package and deploy my own >> > application, I get the following error >> > >> > javax.servlet.ServletException: Filter execution threw an exception >> > >> > root cause >> > >> > java.lang.NoSuchMethodError: >> > org.apache.wicket.Session.getClientInfo()Lorg/apache/wicket/core/request/ClientInfo; >> > >> > org.apache.wicket.extensions.yui.calendar.DateTimeField.getClientTimeZone(DateTimeField.java:315) >> > >> > org.apache.wicket.extensions.yui.calendar.DateTimeField.onBeforeRender(DateTimeField.java:417) >> > org.apache.wicket.Component.internalBeforeRender(Component.java:993) >> > org.apache.wicket.Component.beforeRender(Component.java:1027) >> > >> > org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1743) >> > org.apache.wicket.Component.onBeforeRender(Component.java:3855) >> > >> > org.apache.wicket.markup.html.form.Form.onBeforeRender(Form.java:1706) >> > org.apache.wicket.Component.internalBeforeRender(Component.java:993) >> > org.apache.wicket.Component.beforeRender(Component.java:1027) >> > >> > org.apache.wicket.MarkupContainer.onBeforeRenderChildren(MarkupContainer.java:1743) >> > org.apache.wicket.Component.onBeforeRender(Component.java:3855) >> > org.apache.wicket.Page.onBeforeRender(Page.java:826) >> > org.apache.wicket.Component.internalBeforeRender(Component.java:993) >> > org.apache.wicket.Component.beforeRender(Component.java:1027) >> > >> > org.apache.wicket.Component.internalPrepareForRender(Component.java:2228) >> > org.apache.wicket.Page.internalPrepareForRender(Page.java:279) >> > org.apache.wicket.Component.render(Component.java:2310) >> > org.apache.wicket.Page.renderPage(Page.java:1035) >> > >> > org.apache.wicket.request.handler.render.WebPageRenderer.renderPage(WebPageRenderer.java:105) >> > >> > org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:182) >> > >> > org.apache.wicket.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:167) >> > >> > org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:784) >> > >> > org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64) >> > >> > org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:255) >> > >> > org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:212) >> > >> > org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:283) >> > >> > org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:188) >> > >> > org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:244) >> > Any thoughts on why this might happen and how to fix it? >> > >> > Thanks in advance! >> > >> > ____________________________________ >> > Stephen Walsh | http://connectwithawalsh.com >> > >> > >> > >> > >> > -- >> > Martin Grigorov >> > jWeekend >> > Training, Consulting, Development >> > http://jWeekend.com >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> > For additional commands, e-mail: users-h...@wicket.apache.org >> > >> > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> > For additional commands, e-mail: users-h...@wicket.apache.org >> >> >> >> -- >> Martin Grigorov >> jWeekend >> Training, Consulting, Development >> http://jWeekend.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> >