Re: Do I need a .jwc?

2006-10-26 Thread Bill Holloway
Leo, Thank you. Actually, the problem was that the entry of both my and entries in the web.xml did not reflect the name of the application. They were set to "myapp". I changed them to the app name and all's well. Thanks! Bill On 10/27/06, Leo Sakhvoruk <[EMAIL PROTECTED]> wrote: Hi Bill

Re: Do I need a .jwc?

2006-10-26 Thread Leo Sakhvoruk
Hi Bill, You need to define the following meta element in your .application file for Tapestry to find your component classes: value="your.component.class.package,separated.by.coma"/> Give that a try. Leo Bill Holloway wrote: Earlier today I had the Eclipse WTP set up with Tapestry 4.0.2 a

Do I need a .jwc?

2006-10-26 Thread Bill Holloway
Earlier today I had the Eclipse WTP set up with Tapestry 4.0.2 and was enjoying putting my Border.html in WEB-INF and watching Tapestry find it without needing Border.jwc. Tonight I have switched to regular Eclipse with an ant buildfile to deploy my .war to tomcat and now I need .jwc's apparently