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 Rocco <fa...@verizon.net> on 2005/11/21 12:58:30 UTC

Invalid doctype?

Hello,

Why is Eclipse telling me I have an invalid doctype?
I am using the latest Tapestry beta 13.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page-specification PUBLIC
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
   "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
<!-- generated by Spindle, http://spindle.sourceforge.net -->

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


</page-specification>


Thanks for the help

Frank

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


Re: Invalid doctype?

Posted by Geoff Longman <gl...@gmail.com>.
If you are using Spindle it's because Spindle does not support Tap4.

Geoff

On 11/21/05, Frank Rocco <fa...@verizon.net> wrote:
> Hello,
>
> Why is Eclipse telling me I have an invalid doctype?
> I am using the latest Tapestry beta 13.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE page-specification PUBLIC
>    "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
>    "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
> <!-- generated by Spindle, http://spindle.sourceforge.net -->
>
> <page-specification class="com.ttdev.helloworld.Home">
>      <component id="subject" type="Insert">
>          <binding name="value" value="greetingSubject"/>
>      </component>
>
>
> </page-specification>
>
>
> Thanks for the help
>
> Frank
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>


--
The Spindle guy.           http://spindle.sf.net
Get help with Spindle:   
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Announcement Feed:    
http://www.jroller.com/rss/glongman?catname=/Announcements
Feature Updates:            http://spindle.sf.net/updates

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