Re: Getting the exception while starting a application in tomcat

2008-01-31 Thread Gurvinder Pal Singh
Hi, Thanks a lot for all ur responses. I changed the compiler of eclipse and tomcat to 1.5 and now i am not getting the unsupportedVersionException. Now i am getting a different exception and log is given below WicketMessage: Markup of type 'html' for component 'guru.HelloWorld' not found.

Re: Getting the exception while starting a application in tomcat

2008-01-31 Thread Gurvinder Pal Singh
Hi , I have the HelloWorld Example working now. Thanks for all your responses as they are highly appreciated. The below mentioned exception (MarkupNotFoundException) is removed by renaming the index.html to HelloWorld.html. Thanks Regards, Gurvinder Pal Singh Gurvinder Pal Singh wrote:

Re: Getting the exception while starting a application in tomcat

2008-01-30 Thread Igor Vaynberg
the link i pointed to generates wicket 1.3.0 quickstarts. and if you dont want to use jetty then simply run mvn package and that will generate a war file in the target subdir. -igor On Jan 30, 2008 12:25 AM, Gurvinder Pal Singh [EMAIL PROTECTED] wrote: Hi , you are right, as the snippet i

Re: Getting the exception while starting a application in tomcat

2008-01-30 Thread Gurvinder Pal Singh
Hi , you are right, as the snippet i have given is from the exception sown in the wicket-examples project. Also the quick start example u have mentioned is of wicket1.2 version and that too for jetty server. But i have also tried to do create the HelloWorld example from given examples in the

Re: Getting the exception while starting a application in tomcat

2008-01-30 Thread Gurvinder Pal Singh
Is mvn package package compatible to tomcat...i mean will the war run on tomcat server? Thanks Regards Gurvinder Pal Singh igor.vaynberg wrote: the link i pointed to generates wicket 1.3.0 quickstarts. and if you dont want to use jetty then simply run mvn package and that will generate

Re: Getting the exception while starting a application in tomcat

2008-01-30 Thread Igor Vaynberg
erm...its a war... -igor On Jan 30, 2008 5:09 AM, Gurvinder Pal Singh [EMAIL PROTECTED] wrote: Is mvn package package compatible to tomcat...i mean will the war run on tomcat server? Thanks Regards Gurvinder Pal Singh igor.vaynberg wrote: the link i pointed to generates wicket

Getting the exception while starting a application in tomcat

2008-01-29 Thread Gurvinder Pal Singh
Hi, i created an HelloWorld application in Wicket framwork as described in their web page, but i am getting following exceptions. Please somebody help me beacuse i am not getting a moveon from here on.. org.apache.wicket.WicketRuntimeException: Unable to create application of class

Re: Getting the exception while starting a application in tomcat

2008-01-29 Thread Igor Vaynberg
if you want to create a hello world app quickly and properly then go here http://wicket.apache.org/quickstart.html and run the command given in the textarea. it looks like you are trying to startup the wicket-examples project and not the hello world you created... -igor On Jan 29, 2008 10:37

Re: Getting the exception while starting a application in tomcat

2008-01-29 Thread Martijn Dashorst
and you try to run the examples in java 4 instead of java 5 On 1/30/08, Igor Vaynberg [EMAIL PROTECTED] wrote: if you want to create a hello world app quickly and properly then go here http://wicket.apache.org/quickstart.html and run the command given in the textarea. it looks like you