tester.createRequestCycle() (or something). Though I thought it was called for you in startPage. It's good that we will take a look at it for WNG.
Frank On Wed, Apr 16, 2008 at 3:28 PM, Federico Fanton <[EMAIL PROTECTED]> wrote: > Hi to all, > I'm receiving a strange message with WicketTester in 1.3.3.. Whenever I use > startPage(Page) I get a "No requestcycle is currently set!" logged.. > To reproduce, just use a QuickStart with a completely static Homepage.html > (no wicket:id's) and an empty Homepage.class (just a "Homepage extends > WebPage"), while the test itself is > > new WicketTester().startPage(new HomePage()); > > with > > log4j.logger.org.apache.wicket=DEBUG > > inside log4j.properties, to enable logging. > > Am I missing something? > Many thanks for your time! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
