You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Jeff Lubetkin <je...@zillow.com> on 2005/09/15 21:43:57 UTC

Storing page templates under WEB-INF

I've been storing all of my page related files (.html, .properties, .page) under /WEB-INF.  This has worked fine until now.  I would now like to get rid of .page files for as many pages as possible, but Tapestry won't find the file .html file to generate the implicit specification.  It only looks for these files relative to the servlet context, not relative to the application spec. 

 

In the fix for TAPESTRY-365, the implicit page spec was changed to be relative to the app spec so that .properties and the like would work.  Would it be possible to have the same logic for finding the template?  Shall I enter a new JIRA issue?

 

Using Tapestry 4.0 Beta 6

 

Thanks,

jeff