Hey all,
It says at http://jakarta.apache.org/tapestry/UsersGuide/template.html that first Tapestry looks for templates in the same location as the page specification file, and then in the web application's context root directory. I like to organize my files like so: -- .page files in /(ROOT)/WEB-INF/config/tapestry/pages/ -- templates in /(ROOT)/ However, Tapestry complains about missing template files in this case, unless I make sure each page's specification file has <asset name="$template" path="/___.html" /> in it. But unless I am misunderstanding the algorithm from the user-guide, I shouldn't have to do that. Looking for clarification and/or a cleaner way to organize things that way I'd like to. Thanks! Jim Steinberger