Thanks so much, both of you! Anyone have any ideas about the WicketTester code?
Problem 3: WicketTester and generics. I clearly don't understand how to test with WicketTester. Take a look at lines 37-39 of TestListPage: <http://code.google.com/p/ics-wicket-examples/source/browse/trunk/example02/src/edu/hawaii/wicket/TestListPage.java> This is a mess, and generates the following warning: [javac] TestListPage.java:39: warning: [unchecked] unchecked cast [javac] found : capture#294 of ? [javac] required: java.util.List<java.lang.String> [javac] List<String> metaVars = (List<String>) varsModel.getObject(); Cheers, Philip -- View this message in context: http://old.nabble.com/Request-for-help-with-generics-related-compiler-warnings-tp26242997p26245535.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org