Well i tried a couple of things finding out that contrib was named in two places when it should haven't...

---> new *.application file
<application name="tap.proto" >
        <!-- <page name="Home" specification-path="/Home.page"/> -->
 <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="ShowError.jwc"/>
<component-type type="ShowMessages" specification-path="ShowMessages.jwc"/>
</application>


---> new *.library file
<library-specification>
   <description>Prototype Component library</description>
<library id="proto" specification-path="/proto/component/proto.library"/> <meta key="org.apache.tapestry.component-class-packages" value="proto/component"/>
   <component-type type="ShowError" specification-path="ShowError.jwc"/>
<component-type type="ShowMessages" specification-path="ShowMessages.jwc"/>
</library-specification>

Thanks for any tips...

still receiving

[ +/- ] 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"/>



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

Reply via email to