Em Thu, 16 Apr 2009 00:39:42 -0300, daniel joyce <daniel.a.jo...@gmail.com> escreveu:

org.apache.tapestry5.ioc.internal.util.TapestryException
Failure parsing template
classpath:com/mobilesemi/trailblaze/pages/admin/ManageUsers.tml: The
entity "nbsp" was referenced, but not declared.

Add an HTML doctype to your template. Example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> <html xmlns="http://www.w3.org/1999/xhtml"; xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
        ...
</html>

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to