Thanks for the info Frank. Any tips on how to do so?
Frank Bille wrote: > > On Thu, Apr 24, 2008 at 8:10 PM, qk <[email protected]> wrote: >> 1. after the page was rendered using WicketTester.startPage(), the >> "real" >> content (the one that returned by getLazyLoadComponent()) was not loaded >> by >> default. I always got an empty panel. Is there a way that I can have the >> "real" content rendered? > > Wicket tester doesn't parse javascript, so it can't execute the ajax > callback. You have to do that yourself. > > Frank > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > ----- ___________________________ http://stubbisms.wordpress.com http://stubbisms.wordpress.com -- View this message in context: http://www.nabble.com/unit-test-of-AjaxLazyLoadPanel-and-ModalWindow-tp16851306p23756926.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
