Wickext in eclipse

3 messages Options
Embed this post
Permalink
Abílio Pinto

Wickext in eclipse

Reply Threaded More More options
Print post
Permalink
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.htm

Can you help me and tell me how I can use wickext with Eclipse?

Thanks in advance!
Lionel Armanet

Re: Wickext in eclipse

Reply Threaded More More options
Print post
Permalink
Hi,

Which version of Wicket are you using ?

WickeXt comes with the 1.4-m3 version.

Lionel


On Sat, Nov 22, 2008 at 6:17 PM, Abílio Pinto (via Nabble) <[hidden email]> wrote:
Hi,

I'm new with wickext and I 'm having problems with quickstart project tutorial. I try to mount that example tutorial 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 applications 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.htm

Can you help me and tell me how I can use wickext with Eclipse?

Thanks in advance!



--
__________________________________

"SJBCJM! (Si Java Bien, C'est Java Mine)"

Lionel armanet
MSN : [hidden email]
Abílio Pinto

Re: Wickext in eclipse

Reply Threaded More More options
Print post
Permalink

Hi,

I was using wicket 1.3.5 version. When I move to wicket 1.4-rc1 version everything works fine.

Thanks!