On Tuesday 09 July 2002 06:11 am, Marcus Crafter wrote:
>       One other question for you if its ok - in your container, how are
>       you solving my first question about getting a component manager
>       reference inside of the container ?

I don't.

My container is managed by a phoenix block. My subclass of AbstractContainer 
exposes a single method,

public ComponentManager getCM()
{
  return this.getComponentManager();
}

which is called by the block after initializing the container.

If I needed to get a handle to the container's CM from inside the container, I 
would probably override initialize() as you did.
-pete


-- 
peter royal -> [EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to