I think yes, by using

cycle.getPage("Library:Page")

Regards,
Norbi

Mark Stang wrote:
Is it possible in 3.x to access pages in libraries?

thanks,

Mark


-----Original Message-----
From: Howard Lewis Ship [mailto:[EMAIL PROTECTED]
Sent: Fri 8/11/2006 11:52 AM
To: Tapestry development
Subject: Re: nested namespaces
For pages, the syntax needs to be possible, otherwise there'd be no way to
identify a page within a library as part of a URL (i..e, the page
parameter).

For components, this should not be necessary, as it reflects the internal
implementation of a library (i.e., the fact that Library uses SubLibrary is
a implementation detail, not part of its API).

On 8/11/06, Norbert Sándor <[EMAIL PROTECTED]> wrote:
Hello,

IRequestCycle.getPage() allows accessing of pages in subnamespaces like

    cycle.getPage("Library.SubLibrary:SomePage")

Would it be difficult to implement the same in case of the component
type definitions?
I mean something like

    <component type="Library.SubLibrary:SomeComponent" ...

Thanks in advance:
Norbi

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




------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.8/414 - Release Date: 2006.08.09.



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

Reply via email to