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]

Reply via email to