Hello, Wicket's error message are generally full of useful details, but this one is a bit more tricky :
WicketMessage: No get method defined for class: class java.lang.Integer expression: id It does not say anything about where the problem happens. As I had several classes that had ids of type int, I changed all of them to Integer, but it does not solve the problem. Can someone give some hints about what/where to look for ? Thanks Pierre-Yves ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
