Re: JasperException in Tomcat 5.0 and above but not in 4.1

2007-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harald, Harald Henkel wrote: > I found some spec for jsp:param where it was explicity stated, > that "value" can be an <%= %> expression, but "name" cannot ... for JSP > 1.2 which was used by Tomcat 4.1. > > So is Tomcat 5.x and above just more stric

Re: JasperException in Tomcat 5.0 and above but not in 4.1

2007-11-14 Thread mgainty
Henkel- web.xml will need to map xsd to some known mime-type e.g. xsd text/xml Also I would look at ValidateVisitor.visit(Validator.java:423) for any expressions which you are currently not handling (Velocity/Freemarker comes to mind) Martin-- - Original Message - Wrom: NHG