I am using a cool little component someone wrote
called DynamicBlock.  

Unfortunately, I just figured out that DynamicBlock
appears to be limited to finding and rendering
components within the same library that it is declared
in.  

It subclasses the BaseComponent and uses the
getComponents() method to search for the named block
that you want to render.  My block is defined in
another library, so the component is never found.


Has anyone ever tried to located from one library a
reference to a component within another library?
Is there a way to obtain a list of all components in a
particular namespace?



Thanks.



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

Reply via email to