Hi,

Make sure you don't have another version of Wicket in the classpath.
Since you use Maven you can check with: mvn dependency:tree

The missing method is in Wicket 6.x:
https://github.com/apache/wicket/blob/master/wicket-request/src/main/java/org/apache/wicket/request/Url.java?source=c#L203



On Tue, Oct 22, 2013 at 6:57 AM, meduolis <meduol...@gmail.com> wrote:

> Wicket is 6.11.0
>
> Bootstrap:
>
> also tried this bootstrap version:
>
> The same exception with both of them. I install Bootstrap into application
> using those settings in init() method:
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/wicket-bootstrap-NoSuchMethodError-Url-parse-tp4661909p4661912.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
>
>

Reply via email to