nope not the IChainingModel i think that was igor. And also the getInnerMostModel() code is something i think from jonathan.
And IChainingModel is much more the replacement of IModel.getNestedModel() then that IWrapModel is.. (thats really a new thing in 1.3) So what do people expect here: Component comp = new Component(new MyChainingModel(new HibernateModel(new Pojo()))); IModel model = comp.getInnerMostModel() ?? johan On 7/20/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> we also have IChainingModel shouldn't we also test for that? > because çurrently the behavior is that we only test for WramModels to get to > the innermost model > but what is then the big difference with IChainingModel? Hey, didn't you code that stuff? :) Eelco