Hi,

I have used WicketTester in 1.3.X to render mail in a Link call like:

WicketTester tester = new WicketTester(new
WicketTester.NonPageCachingDummyWebApplication());
tester.startPage(new Mail(someData));
String mail = tester.getServletResponse().getDocument();
sendmail(mail);
setResponsePage(...);

However, if I try this on 1.4, the page will lock and never send any
response back. 

Is this a bug, or just misuse? How can I get around the issue?

Thanks, 

Daniel Roth
-- 
View this message in context: 
http://www.nabble.com/Render-html-with-Wickettester-inside-webapp-locks-page-tp19330996p19330996.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]

Reply via email to