Entity was referenced but not declared

milos-rebraca

New Member
In my xml file of Spring MVC application for using tiles, I have written the following -\[code\]<definition name="dashboard" extends="base.definition"> <put-attribute name="title" value="http://stackoverflow.com/questions/15858914/Dashboard - CMS ♦ ® Galactic NetOne" /> <put-attribute name="body" value="http://stackoverflow.com/WEB-INF/views/dashboard.jsp" /></definition>\[/code\]However, \[code\]&diams; and &reg;\[/code\] give the error that they are referenced but not declared. Please help.
 
Back
Top