Hi Bill,
You need to define the following meta element in your .application file
for Tapestry to find your component classes:
<meta key="org.apache.tapestry.component-class-packages"
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 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. If it's
not there, I get "Component 'Border' not found in Namespace". This is
happening in 4.0.2 and 4.1. any ideas?
Bill
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]