I did something similar and it works. ** Martin
2010/6/15 Alex Rass <[email protected]>: > Hi. > > Was writing some code and encountered that > org.apache.wicket.model.Model <T> > > Always uses direct references to 'object' variable directly. And never as > getObject(). > This may hinder overriding methods. > > (I found this cause I overwrote getObject() and NOTHING changed :) > I then looked at the source and knew how to fix it) > > Bug or feature? > > This is Wicket 1.4.7 > > - Alex > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
