You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Frank <fa...@verizon.net> on 2005/08/17 16:37:06 UTC

e-book for Tapestry 4 helloworld error

Hello,

I am on page 21 of your e-book and coded in Home.page:

<page-specification class="com.ttdev.helloworld.Home">
	
     <description>add a description</description>
     <component id="subject" type="Insert">
         <binding name="value">"ognl:greetingSubject"</binding>
     </component>

I am getting the following errors:
Component Context: /HelloWorld/WebRoot/ WEB-INF/Home.page does not 
contain a component subject.	Home.html
Component 'Insert' not found in application namespace

Here is my Home.page

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page-specification PUBLIC
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN"
   "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
<!-- generated by Spindle, http://spindle.sourceforge.net -->
<page-specification class="com.ttdev.helloworld.Home">
	
     <description>add a description</description>
     <component id="subject" type="Insert">
         <binding name="value">"ognl:greetingSubject"</binding>
     </component>
</page-specification>

I am using MyEclipse 4.0

Thanks

Frank



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org