Re: Different results Eclipse vs. Jetty and Tomcat

2008-12-28 Thread Howard Lewis Ship
For components, templates are optional. On Sun, Dec 28, 2008 at 4:52 AM, Tomas Kolda wrote: > Yes, that was it. I thought that Tapestry throws exceptions when it does not > find any resource. Thank you very much Howard. > > Tomas > > Howard Lewis Ship napsal(a): >> >> Tapestry can't find your Bor

Re: Different results Eclipse vs. Jetty and Tomcat

2008-12-28 Thread Tomas Kolda
Yes, that was it. I thought that Tapestry throws exceptions when it does not find any resource. Thank you very much Howard. Tomas Howard Lewis Ship napsal(a): Tapestry can't find your Border.tml, it must be in the wrong place, visible to Eclipse but not in src/main/resources for Maven. On Sat

Re: Different results Eclipse vs. Jetty and Tomcat

2008-12-27 Thread Howard Lewis Ship
Tapestry can't find your Border.tml, it must be in the wrong place, visible to Eclipse but not in src/main/resources for Maven. On Sat, Dec 27, 2008 at 6:29 AM, Tomas Kolda wrote: > I have problem with custom component. It is almost tutorial example. It > works fine from eclipse 3.4 (I use Jetty

Different results Eclipse vs. Jetty and Tomcat

2008-12-27 Thread Tomas Kolda
I have problem with custom component. It is almost tutorial example. It works fine from eclipse 3.4 (I use Jetty plugin 1.1). But if I use mvn jetty:run or deploy to Tomcat results is different. Border.tml: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Test Test [Home]