You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ken nashua <nh...@hotmail.com> on 2006/10/16 17:14:01 UTC

RE @Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

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 
Namespace@132ca2b[<application>].
org.apache.hivemind.ApplicationRuntimeException
Component 'ShowMessages' not found in Namespace@132ca2b[<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: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: RE @Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

Posted by Karthik N <ka...@gmail.com>.
> Thanks for any tips...



First Tip:
Kindly don't change the subject of your message - email clients like Gmail
don't show them in the same thread and it becomes really hard to follow.