You need to add wicket-request in your dependencies. <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> </dependency>
François Meillet Formation Wicket - Développement Wicket Le 25 juin 2013 à 23:04, paulstar <richard....@gmail.com> a écrit : > I am upgrading from wicket 1.5.8 to 1.5.10. Compilation is fine but ran into > the exception at the very first page. > > I look at the source code and javadoc of 1.5.10 (and even 1.5.8), there is > only one class ClientInfo under org.apache.wicket.request. So where is the > org.apache.wicket.request.UrlUtils? > > thanks! > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/java-lang-ClassNotFoundException-org-apache-wicket-request-UrlUtils-tp4659787.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org >