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:24:03 UTC

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

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