yes. I actually sorted the problem. I had forgotten to include servet api as a provided dependency in my pom.xml. Thanks Mark. Julien.
2011/7/14 Mark <mark-li...@xeric.net> > Do you actually have a page in com.cheetah.web.pages that is called > CreateJobPosting that you can view in a web browser when the app is > running? > > Mark > > > On Tue, Jul 12, 2011 at 12:11 PM, Julien Martin <bal...@gmail.com> wrote: > > > *public class CreateJobPosting{ > > > > @Test > > public void test1() { > > String appPackage = "com.cheetah.web"; > > String appName = "app"; > > PageTester tester = new PageTester(appPackage, appName, > > "src/main/webapp"); > > Document doc = tester.renderPage("CreateJobPosting"); > > } > > } > > * > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >