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  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
> didn't get a chane to respond 'till now.  It's always the last thing you
> check, isn't it.

I usually check three additional things after I find the problem :-)

>
> On Tue, Jun 5, 2012 at 4:47 PM, Howard Lewis Ship  wrote:
>
>> See my notes in an adjacent thread.
>>
>> On Tue, Jun 5, 2012 at 1:51 PM, Ray Nicholus  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 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?
>>
>>
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator of Apache Tapestry
>>
>> The source for Tapestry training, mentoring and support. Contact me to
>> learn how I can get you up and productive in Tapestry fast!
>>
>> (971) 678-5210
>> http://howardlewisship.com
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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, isn't it.

On Tue, Jun 5, 2012 at 4:47 PM, Howard Lewis Ship  wrote:

> See my notes in an adjacent thread.
>
> On Tue, Jun 5, 2012 at 1:51 PM, Ray Nicholus  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 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?
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


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  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 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?



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



"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 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?