Where are your .jwc/.html files located now?

-----Original Message-----
From: Ken nashua [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 17, 2006 2:32 PM
To: users@tapestry.apache.org
Subject: RE Component ApplicationRuntimeException... Tap-4.1.1 help please
(thanks)

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";>

<DEFANGED_application name="tap.proto">
    <DEFANGED_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]<DEFANGED_application>].
org.apache.hivemind.ApplicationRuntimeException
Component 'ShowMessages' not found in
[EMAIL PROTECTED]<DEFANGED_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       <DEFANGED_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(Comp
onentSpecificationResolverImpl.java:165)
    * 
$ComponentSpecificationResolver_10e57863f3f.resolve($ComponentSpecificationR
esolver_10e57863f3f.java)
    * 
$ComponentSpecificationResolver_10e57863f40.resolve($ComponentSpecificationR
esolver_10e57863f40.java)
    * 
org.apache.tapestry.services.impl.DefaultParserDelegate.getAllowBody(Default
ParserDelegate.java:70)
    * 
org.apache.tapestry.parse.TemplateParser.processComponentStart(TemplateParse
r.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]


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

Reply via email to