Well i went into the private component library and omitted class="proto.component.ShowMessages" from the jwc

The exception continues even after re-clean and rebuild/deploy.

James, I appreciate your perseverence.

Not sure when I may get onto developing real stuff.

That exception continues to hamper any progress.

I am unable to operate any custom components inplace or from within their own jar (like contrib).

Has anyone gotten anything custom going for tap-4.1.1 ?

Additional feedback/suggestions are appreciated.

---> Here is the latest application module
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC
 "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
 "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>

<application name="tap.proto">
   <meta key="org.apache.tapestry.page-class-packages" value="proto"/>

<library id="contrib" specification-path="/org/apache/tapestry/contrib/Contrib.library"/>
   <library id="tacos" specification-path="/net/sf/tacos/Tacos.library"/>
<library id="proto.component" specification-path="/proto/component/proto.component.library"/>
</application>

---> Here is the latest stack trace
An exception has occurred.

You may continue by restarting the session.

[ +/- ] Exception: Component 'ShowMessages' not found in [EMAIL PROTECTED]<application>].
org.apache.hivemind.ApplicationRuntimeException
Component 'ShowMessages' not found in [EMAIL PROTECTED]<application>].
location:       context:/Login.html, line 5
1       <html jwcid="@Shell" title="message:page.title">
2       <body jwcid="@Body">
3
4       <h1><span jwcid="@Insert" value="message:page.title"/></h1>
5       <span jwcid="@ShowMessages"/>
6       <form jwcid="@Form"
7       success="listener:onFormSubmit"
8       cancel="listener:onFormCancel" name="loginForm"
9       clientValidationEnabled="ognl:true" delegate="bean:validationDelegate">
10
Stack Trace:

* org.apache.tapestry.resolver.ComponentSpecificationResolverImpl.resolve(ComponentSpecificationResolverImpl.java:165) * $ComponentSpecificationResolver_10e57863f3f.resolve($ComponentSpecificationResolver_10e57863f3f.java) * $ComponentSpecificationResolver_10e57863f40.resolve($ComponentSpecificationResolver_10e57863f40.java) * org.apache.tapestry.services.impl.DefaultParserDelegate.getAllowBody(DefaultParserDelegate.java:70) * org.apache.tapestry.parse.TemplateParser.processComponentStart(TemplateParser.java:997) * org.apache.tapestry.parse.TemplateParser.startTag(TemplateParser.java:868) * org.apache.tapestry.parse.TemplateParser.parse(TemplateParser.java:516) * org.apache.tapestry.parse.TemplateParser.parse(TemplateParser.java:358)



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

Reply via email to