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] > > -- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com
