then the class loader == null ??
that seems odd.. That can only happen if i am not mistaken if the class
is loaded to some system classloader
but this can never be the case in a webapplication.
Can you debug what is really null there?
Becaues if the class loader == null then pretty much nothing
Hi,
I deployed the war file on JRun4 and tried running the wicket (1.1 beta4)
examples. Restarting JRun says
- WicketServlet loaded application HelloWorldApplication via
wicket.protocol.http.ContextParamWebApplicationFactory factory
But then it throws NullPointerException
Could n