Re: Pages Library

2007-07-19 Thread Steve Shucker
Use whatever prefix your library is mapped with. It's the "id" attribute in your *.application file. BTW, I've found that you NEED to include a *.page file for pages in libraries. Maybe it was fixed in the 4.1.2 release, but specless pages in libraries never worked for me. -Steve Paulo R

Re: Pages Library

2007-07-19 Thread Igor Drobiazko
Prefix is the namespace of the library. You define it in your app.application like this: 'contrib' is the namespace/prefix. On 7/19/07, Paulo Ramos <[EMAIL PROTECTED]> wrote: Thanks How do i call the pages?? What prefix?? Paulo Ramos - Portugal Renat Zubairov escreveu: > That's quite a f

Re: Pages Library

2007-07-19 Thread Paulo Ramos
Thanks How do i call the pages?? What prefix?? Paulo Ramos - Portugal Renat Zubairov escreveu: That's quite a fancy feature of Tapestry, I didn't expected to find it but it's actually there and woking See http://bookie.googlecode.com/svn/trunk/bookie-framework/src/main/java/org/bookie/framew

Re: Pages Library

2007-07-19 Thread Hugo Palma
7/19/2007 10:18 AM To: Tapestry users Subject: Re: Pages Library That's quite a fancy feature of Tapestry, I didn't expected to find it but it's actually there and woking See http://bookie.googlecode.com/svn/trunk/bookie-framework/src/main/java/org/bookie/framework/BookieMail.l

Re: Pages Library

2007-07-19 Thread Hugo Palma
Sure there is. Just create the .page, template and class in your library jar. Then add something like this to you library spec file: Paulo Ramos wrote: Hi all, I have a group of Tapestry pages that are equal in 3 different projects. I have created a Library with some shared components, but

RE: Pages Library

2007-07-19 Thread Mark Stang
Does this work in 3.x? regards, Mark Mark J. Stang Software Engineer office: +1 303.468.2900 Ping Identity -Original Message- From: Renat Zubairov [mailto:[EMAIL PROTECTED] Sent: Thu 7/19/2007 10:18 AM To: Tapestry users Subject: Re: Pages Library That's quite a fancy featu

Re: Pages Library

2007-07-19 Thread Renat Zubairov
That's quite a fancy feature of Tapestry, I didn't expected to find it but it's actually there and woking See http://bookie.googlecode.com/svn/trunk/bookie-framework/src/main/java/org/bookie/framework/BookieMail.library You can put pages in the library declaration. Reference to the page should