Hi, Is there a reason why org.apache.wicket.Component#setDefaultModel() doesn't call modelChanging() at the top of its body ? It calls modelChanged() at the bottom.
org.apache.wicket.Component#setDefaultModelObject() calls them both, as I'd expect. I'm asking this because org.apache.wicket.Component#modelChanging() the important one, it makes the page dirty. -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com
