2009/10/31 Brian Wolf <brw...@gmail.com>

> *I don't know if this is the correct list to ask this, but this is an error
> from a servlet "loaded" under tomcat (if thats the right phrase)*
>

The error is due to the servlet, not due to Tomcat:


> org.apache.jasper.JasperException: /search.jsp(151,22) Attribute value
>  language + "/include/header.html" is quoted with " which must be
> escaped when used within the value
>

I'm not a JSP expert (there are some on this list, however).  But... whoever
developed /search.jsp in your application should be looking for an error
around the part of the JSP containing the text "/include/header.html".

I suspect you might get a more detailed response from someone else on the
list; this is merely an early, fast response!

- Peter

Reply via email to