Re: This could be because its template file could not be located

2012-06-06 Thread Howard Lewis Ship
On Tue, Jun 5, 2012 at 5:49 PM, Ray Nicholus rnicho...@widen.com wrote: Turns out tml files weren't properly represented in the resource patterns box in the compiler section of IDEA.  As a result, they weren't copied to the bin directory during compilation.  I figured this out earlier but

This could be because its template file could not be located

2012-06-05 Thread Ray Nicholus
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: This could be because its template file could not be located

2012-06-05 Thread Howard Lewis Ship
See my notes in an adjacent thread. On Tue, Jun 5, 2012 at 1:51 PM, Ray Nicholus rnicho...@widen.com wrote: 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

Re: This could be because its template file could not be located

2012-06-05 Thread Ray Nicholus
Turns out tml files weren't properly represented in the resource patterns box in the compiler section of IDEA. As a result, they weren't copied to the bin directory during compilation. I figured this out earlier but didn't get a chane to respond 'till now. It's always the last thing you check,