Hi,
I'm new with wickext and I 'm having problems with quickstart project tutorial. I try to mount that example without using maven. I'm using Eclipse IDE.
I create a web dynamic project. Then I put the wicket framework and the wickext .jar in the path (WEB-INF/lib). Then I follow the example coding the application class extending WickextWebApplication and the home page extending WebPage.
Finally I export the web application to Tomcat 6.0 and when I try run it I get a Unexpected RuntimeException.
Unexpected+RuntimeException.htmCan you help me and tell me how I can use wickext with Eclipse?
Thanks in advance!