Are you sure that it doesn't already work if you simply put the html files
in that 'pages' directory along with the .page files?

I have this in my tapestry.application file
    <page name="Home" specification-path="/pages/home.page"/>

And my home.html is also sitting in that '/pages' directory and it works
fine.


On 3/3/06, Nima Boustanian <[EMAIL PROTECTED]> wrote:
>
> Hey all
>
> I've managed to tell Tapestry the new path to my page files are by using
> the following command in my .app file.
> <page name="Result" specification-path="pages/Result.page"/>
>
> Is there a corresponding feature where you can specify where Tapestry
> should look for html files? I don't want to put
> them in the context root since I have over 30 html templates and it
> easily gets cluttered.
>
>

Reply via email to