> >> as far as i rememember there is a collection registered in
setttings
> >> and then each component can also implement a resolver.
> >>
> >> the contract can be seen in markupcontainer#rendernext method
> >> 1) first walk over the component hierarchy and check if any are
> resolvers
> >> 2) walk over collection of resolvers in the settings
> >>
> >> as soon as true is returned from resolve iteration is stopped.

What method should I override in Enclosure to invoke the above process?

It would have to be a method that gets called prior to Enclosure calling
getChildComponent() which it does from onComponentBodyTag... does that
represent a staging problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to