Component comp = new Component(new MyChainingModel(new HibernateModel(new Pojo())));IModel model = comp.getInnerMostModel()
Naively, just looking at the code, I would expect the HibernateModel to return. Eelco
Component comp = new Component(new MyChainingModel(new HibernateModel(new Pojo())));IModel model = comp.getInnerMostModel()
Naively, just looking at the code, I would expect the HibernateModel to return. Eelco