Hi,
the best way is to set up Maven and let it download all the required references. With maven, you can create quickstart project then and in its pom.xml add a dependency
       <dependency>
           <groupId>org.apache.wicket</groupId>
           <artifactId>wicket-extensions</artifactId>
           <version>1.3.0-beta3</version>
       </dependency>

Regards
Vitek

anita nichols wrote:
Where can I get the Wicket 1.3 extension for my quickstart
Where can I put those extension? Can I put it under Referenced Libraries?

Thank you,
Anita



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to