Re: Where is IClusterable interface located in Wicket 6?

2012-09-20 Thread nemanjko
Thanks for the reply Martin. I don't get compilation error but runtime error when I try to start my project with Wicket 6. Here is the stack trace: java.lang.ClassNotFoundException: org.apache.wicket.IClusterable java.net.URLClassLoader$1.run(Unknown Source)

Re: Where is IClusterable interface located in Wicket 6?

2012-09-20 Thread nemanjko
Ahh, completely forgot to upgrade wicket-jquery-ui! Thanks Sebastien, that solves the issue. Regards, Nemanja Sebastien wrote Hi, Did you also upgrade wicket-jquery-ui to 6.0.0 ? Regards, Sebastien. On Thu, Sep 20, 2012 at 4:18 PM, nemanjko lt; nemanja.kostic@ gt; wrote

Bug WICKET-4789 still in 6.1.1 ?

2012-10-11 Thread nemanjko
I'm not sure that the error I'm getting is related to the WICKET-4789 that was in 6.0, but it looks like it. After upgrading from 6.0.0 to 6.1.1, I am getting this error: java.lang.NullPointerException

Re: Bug WICKET-4789 still in 6.1.1 ?

2012-10-11 Thread nemanjko
Here is the full stack trace: java.lang.NullPointerException org.apache.wicket.protocol.http.servlet.ServletWebResponse.encodeURL(ServletWebResponse.java:181) ch.yugosi.view.WicketApplication$1.encodeURL(WicketApplication.java:121)