Leo,

Thank you.  Actually, the problem was that the <servlet-name> entry of
both my <servlet> and <servlet-mapping> 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,

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]




--
"Budgets are moral documents."

    -- Ann Richards

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to