Closed jchappelle closed 8 years ago
I will take a look.
@jchappelle Please see if the issue is resolved on your environment.
That resolved the issue. Thanks a lot for the quick response!
When is the release for this fix going to be available from Maven Central?
When is the release for this fix going to be available from Maven Central?
Monday
Done
I'm getting a NullPointerException when adding the wicket-plugin jar file to the classpath. I've tried the 0.4 version and the 0.5-SNAPSHOT version(I pulled in the code and built it myself). I run "mvn jetty:run" from the command line and it launches fine, but when I hit the web page with a browser it fails.
I have created a wicket quickstart for you that is the minimal example to reproduce the problem. The application will render when the wicket-plugin jar file is not on the classpath. However, when I add the dependency I get the error.
I think it's due to the weird way we are doing markup inheritance with our base pages and all, but we've been doing it that way since 2008 and Wicket supports it.
I don't mind changing our markup inheritance for the product I'm working on but it makes me worry that there will be other ClassLoader type problems in the future.
I appreciate you looking at this. Below is the stack trace and I've attached the quickstart.