The people in the project I'm in prefer to keep the java-sources and tapestry files that belong together in one and the same directory (Home.java together with Home.page en Home.html, for example). This basically means that all Tapestry-files will be placed outside of WEB-INF.
Now I finally succeded to get Tapestry to find the jwc and page files. Alas, tapestry won't load the related templates. I even tried the trick of using an asset, like this: <asset name="$template" path="Home.html"/> But this doesn't work either, as Tapestry complains about not being able to find the html file on the class path. It also seems superfluous to me, since tapestry is supposed to find the templates in the same directory as the page or component files. If anyone has any pointers, I'll be grateful. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]