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]
