On Wed, 26 Sep 2001 03:44, Peter Donald wrote:
> > > > - LogKitManager.getHierarchy()
> > >
> > > You could just cache this before it gets passed to Hierarchy object. Or
> > > not? ie I would go
> > >
> > > Hierarchy h = new Hierarchy();
> > > LogKitManager lkm = new DefaultLogKitManager( h );
> > >
> > > //Manage h here
> > > manage( h );
> >
> > Won't be enough :
> > - LogKitManager can create its own Hierarchy
> > - I'd like to access the Hierarchy from a LogKitManageable (more
> > precisely a Cocoon component).
>
> Convinced me. Anyone else mind this ?

applied.

-- 
Cheers,

Pete

"The ability to quote is a serviceable substitute for wit." -- Maugham

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

Reply via email to