Re: Wicket error in GlassFish

2008-12-17 Thread Ayodeji Aladejebi
What IDE are you using? Have you tried to Clean Build. Undeploy and redeploy, also there could be some library conflicts especially with respect to logging 2008/12/17 Daniel lia...@gmail.com Changed follow your advice, but the error is the same. It may not the code's problem but some special

Re: Wicket error in GlassFish

2008-12-16 Thread Daniel
The welcome file list tag has been remove yet. But the result is the same. 2008/12/16 Ajayi Yinka iamstyaj...@googlemail.com I think you are having something in your web.xml file like welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list if you have it, you may

Re: Wicket error in GlassFish

2008-12-16 Thread Ajayi Yinka
I think you are having something in your web.xml file like welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list if you have it, you may remove it. 2008/12/16 Daniel lia...@gmail.com Hi, I'm an newbie in Wicket. When I create my first hello world wicket

Wicket error in GlassFish

2008-12-16 Thread Daniel
Hi, I'm an newbie in Wicket. When I create my first hello world wicket program, strange error encounted. The hello world program is just to show 'Hello World' through Label. The web.xml is as below, servlet servlet-nameHelloWorldApplication/servlet-name

Re: Wicket error in GlassFish

2008-12-16 Thread Ajayi Yinka
From the error log, it seems glass fish could not load the webApplication class. Make sure your webApplication class is in the correct class path (com.example.helloworld.HelloWorldApplication) And the webApplcation class is in the correct format. or and may change your web.xml file to be in

Re: Wicket error in GlassFish

2008-12-16 Thread Daniel
Changed follow your advice, but the error is the same. It may not the code's problem but some special configuration of the Web Container. Error Page from browser: *type* Exception report *message* *description*The server encountered an internal error () that prevented it from fulfilling this