Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread ZedroS Schwart
Since I used the quickstart I've a new button in my Eclipse Java perspective called Jetty Laucnher Actions. However, when I click on it nothing happens. Is there something to be done ? Thanks in advance ZedroS On 1/21/07, Igor Vaynberg [EMAIL PROTECTED] wrote: there is a class called Start

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread Zhang Hailong
I use Tomcat 5.5.12 and Eclipse3.2.1(with WTP). After some configuration, I imported wicket-examples as an Eclipse project and it works. Here are the steps to setup: 1. Create a empty Dynamic Web Project 2. import wicket-examples-1.2.4\src\main\java into src of the prject 3. import

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread Igor Vaynberg
On 1/21/07, Zhang Hailong [EMAIL PROTECTED] wrote: Could someone tell me what wicket-examples-1.2.4\src\site is used for? to build the website with maven -igor - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread Martijn Dashorst
with website we mean: documentation for the wicket-quickstart project. It is used by maven. mvn site and look in target/site Martijn On 1/21/07, Igor Vaynberg [EMAIL PROTECTED] wrote: On 1/21/07, Zhang Hailong [EMAIL PROTECTED] wrote: Could someone tell me what

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread ZedroS Schwart
Hi Zhang I did as you told. I even went further by removing the following library : portlet-api-1.0.Jar org.mortbay.jetty-4.2.24.jar jasper-compiler-4.1.30.jar jasper-runtime-4.1.30.jar I'm quite surprised of the presence of this portlet api jar... Does someone know why it's present ? I did

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread Zhang Hailong
Hi ZedroS, I think it's useful to add this topic to the wiki. Hailong On 1/22/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi Zhang I did as you told. I even went further by removing the following library : portlet-api-1.0.Jar org.mortbay.jetty-4.2.24.jar jasper-compiler-4.1.30.jar

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-20 Thread Igor Vaynberg
there is a class called Start that comes with quickstart, just launch that class as a java app and it will startup jetty, etc -igor On 1/20/07, Zhang Hailong [EMAIL PROTECTED] wrote: Hi all, I'm new to Wicket. I have downloaded wicket-quickstart-1.2.4. I tried to follow the Quickstart Guide