new T5 project - can't find TML file

2012-06-05 Thread Markus Johnston
I'm starting a new T5 project, and am having some difficulty. For example, if I put my tml files alongside my java classes (com.mycompany.myproj.pages), when I startup my app, and navigate to a page, tapestry tells me that it cannot find the template file. If I then move the template file into

Re: new T5 project - can't find TML file

2012-06-05 Thread Howard Lewis Ship
When you place your .tml files next to your .java files, it is not automatically the case that the .tml files are visible at runtime; they need to be copied (during development) into your output directory (the directory which normally contains .class files). In production, they need to be copied