On Wednesday 05 June 2002 04:10 am, Peter Donald wrote: > If you register a type at workspace level then it will be visible to all > tasks in all projects. If you register type in one project (say via a > taskdef) then it will only be accessible by that project and not any other > projects in workspace. ... > Anyways - what about mounted Cocoon sitemaps - are they similar?
Yes. A sitemap can contain sub-sitemaps. Components declared in a sitemap are visible in that sitemap and all of its sub-sitemaps. If you have something like A / \ / \ B C Where A is a sitemap and B and C are sub-sitemaps, if a component is declared in B it is not visible to C ( and could be re-declared in C, which is a potential point of problems for naive users, especially if the component is pooled and you now have two pools of the same component. eek!) -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>