Hi everybody, I have made a simple menu(Menu.tml) wich I am trying to use in
the Layout.tml

My menu.tml file

<t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";
xmlns:p="tapestry:parameter"  >

 <li><a t:type="pagelink" t:page="ViewTreatment" href="#">Idade</a>


<li><a t:type="pagelink" t:page="ViewTreatment" href="#">Pais</a></li>

<li><a t:type="pagelink" t:page="ViewTreatment"
href="#">Doen&ccedil;a/Patologia</a></li>

</t:container>


My Layout.tml imports it like this


      <t:menu/>


I get an exception because of the c cedille, can someone show me how to
escape characters?


Exception assembling root component of page Index: Exception assembling
embedded component 'layout' (of type test.hospital.web.components.Layout,
within Index): Failure parsing template
classpath:test/hospital/web/components/Menu.tml: The entity "ccedil" was
referenced, but not declared.


Thank you in advance,


Fernando

Reply via email to