> So as far as the patch goes, I > like the idea but maybe we should just do > model.getModelObject().equals(model2.getModelObject()) as opposed to > model.equals(model2).
You can get yourself into some nasty N + 1 select problems like that if you're not careful. I think it's a bad idea to do an attach just to do a comparison that the model knows how to do anyway. ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
