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.DefaultErrorHandler.jspError(DefaultErrorHandler.java:83)
        org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:402)
        org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:126)
        org.apache.jasper.compiler.JspDocumentParser.parse(JspDocumentParser.java:241)
        org.apache.jasper.compiler.ParserController.doParse(ParserController.java:235)
        org.apache.jasper.compiler.ParserController.parse(ParserController.java:139)
        org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:237)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:456)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
        org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:553)
        org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

how can i solve this problem?

thank you in advance,
flavio

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to