Re: organizing HTML templates into subdirectories

2007-08-23 Thread Ovidiu Hurducas
Hi! I got this problem too. Until now I had the application packed as a war file and I had some pages in a subdirectory (something like profile/AuthPage.html) and the layout template in WEB-INF/layout/Border.html. It worked fine, but for some reason I had to change the deployment type, I cannot use

RE: organizing HTML templates into subdirectories

2007-08-22 Thread abhilash
Thanks for your reply . Now i am able to get the page but it loks like static html different from all my other pages. please help me out. Kolesnikov, Alexander GNI wrote: > > The page name should be used as "admin/ListClient" and its class should > be in whatever.admin subpackage. > >

RE: organizing HTML templates into subdirectories

2007-08-22 Thread Kolesnikov, Alexander GNI
The page name should be used as "admin/ListClient" and its class should be in whatever.admin subpackage. -Original Message- From: abhilash [mailto:[EMAIL PROTECTED] Sent: 22 August 2007 14:15 To: users@tapestry.apache.org Subject: organizing HTML templates into subdirectories I have a