You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by phoenixwright <cb...@gmail.com> on 2010/10/10 04:06:15 UTC

The entity "nbsp" was referenced, but not declared.

In my page code,I wrote 

             xxx xxxa>&nbsp;

and get the error
org.apache.tapestry5.ioc.internal.OperationException
Failure parsing template context:ProblemStatus.tml: The entity "nbsp" was
referenced, but not declared.
It tell me that I couldn't use &nbsp; for the space,why
-- 
View this message in context: http://tapestry.1045711.n5.nabble.com/The-entity-nbsp-was-referenced-but-not-declared-tp3206218p3206218.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: The entity "nbsp" was referenced, but not declared.

Posted by Josh Canfield <jo...@gmail.com>.
Templates are well formed xml documents.  Define an html doctype.
On 9 Oct 2010 19:06, "phoenixwright" <cb...@gmail.com> wrote: