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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to