jspx and html entities

2004-04-06 Thread Flavio Tordini
hi all, i'm creating a jspx file from an xhtml template. the xhtml contains html entities such as ì Jasper is throwing this Exception: org.apache.jasper.JasperException: /index.jspx(23,38) The entity "igrave" was referenced, but not declared. org.apache.jasper.compiler.DefaultErrorHandl

Re: jspx and html entities

2004-04-06 Thread Victor Anyakin
Flavio Tordini wrote: hi all, i'm creating a jspx file from an xhtml template. the xhtml contains html entities such as ì Hi, Flavio I've also experienced this problem. The solution is to use ì in your XML-formatted JSP page. You may also find a very funny thing with ampersands in URL pas