I would advice you to just try it out... that's how I did it. You could use the mvn quickstart archetype tocreate a skeleton project and start testing:
mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.3.3 -DgroupId=com.mycompany -DartifactId=myproject Hopes this helps, Lars On Wed, Apr 16, 2008 at 2:40 PM, Michael Perkonigg < [EMAIL PROTECTED]> wrote: > Hello, > > is there a page explaining what one can do with the WicketTester and how? > And yes, I already read http://cwiki.apache.org/WICKET/testing-pages.htmlit's > just not very clear what can be done and, more important, cannot be > done. > > Thanks, > Mike > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
