On 9/12/06, Sean Corfield <[EMAIL PROTECTED]> wrote:
> If so, you COULD just call it from a controller more than once to set up your standard 
"includes"

Not for stuff that you are relying on CS injecting into your
controllers - which is the use case I have. I want X injected into my
controllers but X depends on a common definition Y. Y is common across
all my MG apps (X is actually specific to each MG app) and I can't use
a parent bean factory for Y because a definition for Y already exists
in the MG configuration that I need to override.


Just jumping in while taking a 10 second break - so I'm probably
misunderstanding your usecase, but couldn't you just have a parent
factory that's in between the definition of X and the MG definintion
of Y?

Reply via email to