Hi, If you are using the Tapestry Palette plugin for Eclipse (http://tapestrypalette.sf.net) you can access a jar containing a version of DynamicBlock which should work with components from other namespaces.
In Eclipse use Window > Preferences > Tapestry Palette > Remote Libraries add the URL: http://www.mjhenderson.com/supplier-mjhenderson.com.xml and apply. Now you should have a folder structure under the Repositories node in the palette tree viewer with the structure Repositories mjhenderson Dynamic Block Drag the Dynamic Block node out onto your .application file and the library is downloaded to the WEB-INF/lib folder in your project and the library declaration is added to your .application file. The Palette tree view will update with a new library reference 'dynamic', you can open that and drag the DynamicBlock component onto your templates to add it to a page. The version in the jar file should be able to reference components declared in other libraries declared in the .application file. Mike On Thursday, June 16, 2005, at 10:07AM, phillip rhodes <[EMAIL PROTECTED]> wrote: >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] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
