Re: [Wicket-user] NullPointerException while running the wicket examples on JRun...

2005-09-02 Thread Johan Compagner
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

[Wicket-user] NullPointerException while running the wicket examples on JRun...

2005-09-01 Thread Varsha Paranjape
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