> Get its namespace:  IComponent.getNamespace()
> Get namespace b:  INamespace.getChildNamespace("libraryB");
> IPage page = cycle.getPage(namespaceb.getExtendedId() + ":MyPageInB");

It seems that RequestCycle could use a method to retrieve a page in a specified
namespace; something like 

IPage getPage(INamespace ns, String name);

This would abstract away the ":" notation for namespaces. I think the example
above would be a clearer if you could write:

cycle.getPage(getNamespace().getChildNamespace("libraryB"), "MyPageInB");

-- MB


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

Reply via email to