Well it is obviously in the *.application file

Here is the latest *.application file...... apologies for the slop

<application name="tap.proto" >
 <meta key="org.apache.tapestry.page-class-packages" value="proto"/>
<meta key="org.apache.tapestry.component-class-packages" value="proto/component"/> <library id="contrib" specification-path="/org/apache/tapestry/contrib/Contrib.library"/>
        <library id="proto" 
specification-path="/proto/component/proto.library"/>
<component-type type="ShowError" specification-path="classes/proto/component/ShowError.jwc"/> <component-type type="ShowMessages" specification-path="classes/proto/component/ShowMessages.jwc"/>
</application>

And i receive this exception... THANKS for any help

[ +/- ] 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 11
6       <form jwcid="@Form"
7       success="listener:onFormSubmit"
8       cancel="listener:onFormCancel" name="loginForm"
9       clientValidationEnabled="ognl:true" delegate="bean:validationDelegate">
10
11      <span jwcid="@ShowMessages"/>
12



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

Reply via email to