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 my web dir, it can find it and everything seems to work. I don't want to put my template files in my web dir. Why is this not working for me?
- new T5 project - can't find TML file Markus Johnston
- Re: new T5 project - can't find TML file Howard Lewis Ship