Yes, that would do it. geoff
On 10/14/05, Mike Henderson <[EMAIL PROTECTED]> wrote: > Hi, > My guess is that one, or more, components in the 'gfe' library are > referencing other components in the same library and using the gfe > namespace to qualify the components. Since the components are in the > same namespace and the library does not know about a namespace named > 'gfe' it cannot resolve the component. > > Make sure all components in the library which use other components > from the same library refer to those components w/o the namespace. > > So in the application: > > <span jwcid="@gfe:MyComponent" /> > > But in a component in the gfe library which uses MyComponent: > > > <span jwcid="@MyComponent" /> > > > > Mike > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Announcement Feed: http://www.jroller.com/rss/glongman?catname=/Announcements Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
