<[EMAIL PROTECTED]>
To: Tapestry users
Sent: Thursday, May 25, 2006 10:34:51 AM
Subject: Re: Best directory stucture
In Tapestry 4, you can put your pages (the .html and .page files) in
subdirectories that live under WEB-INF. That means that you address
your pages like "contact/home&q
In Tapestry 4, you can put your pages (the .html and .page files) in
subdirectories that live under WEB-INF. That means that you address
your pages like "contact/home" or "contact/gestionContacts/contactList"
So your directories would be WEB-INF/contact and WEB-INF/contact/
gestionContacts
Hello!
Try to read UsersGuide
http://jakarta.apache.org/tapestry/UsersGuide/template.html#template.locations
http://jakarta.apache.org/tapestry/UsersGuide/page-class.html
http://jakarta.apache.org/tapestry/UsersGuide/configuration.html
I may be wrong, but I think you can put your .page files under WEB-INF and
your .html under the context. That way you'll have them separated.
On 5/25/06, Carl Pelletier <[EMAIL PROTECTED]> wrote:
Hi everyone, I`m starting a project with Tapestry 4.0 and was wondering if
someone have recommendat
Hi everyone, I`m starting a project with Tapestry 4.0 and was wondering if
someone have recommendation on how to structure my project.
I don`t really understand how Tapestry work with directory. It`s like
everything is in the same folder.
For us, it`s doesnt fit to have juste one directory with