Futhermore I just noticed that when I do 

tester.startPage(new LoginPage());

instead of 

tester.startPage(LoginPage.class);

I get loads of serialisation errors.
i.e.
Caused by: java.io.NotSerializableException:
org.apache.wicket.util.tester.WicketTester
-- 
View this message in context: 
http://www.nabble.com/Unit-Testing-Pages-with-%40SpringBeans-tf3699578.html#a10345372
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to