Hmm so you have a IComponentInheritedModel that returns with the getWrapModel call a IWrapModel that is also a IComponentAssignedModel??
johan On Dec 12, 2007 9:25 AM, Bart Molenkamp <[EMAIL PROTECTED]> wrote: > Hi, > > I think the Component.initModel() isn't working correctly. > IComponentAssignedModel implementations don't get a wrapped > model. This e.g. breaks the ResourceModel. > > I think that the line around 1490 should change from > > model = initModel(); > > to: > > model = wrap(initModel()); > > Is this correct? > > Thanks, > Bart. >
