hi, i've been implementing grid list with an added column using "beanModelSource.create()", but right after i changed the library to T5.0.18, it is marked as deprecated. any alternative i missed?
usually i add column in tml page with the page class code as below:- public BeanModel getModel(){ BeanModel model = beanModelSource.create(MktMain.class,false,messages); model.add("topup",null); return model; } any suggestions? regards, wesley -- View this message in context: http://www.nabble.com/beanModelSource.create-deprecated%2C-what-to-use-as-an-alternative--tp21860716p21860716.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org