Jasper currently uses the name of the folder where a jsp is found to compute the package name for the java class to be generated, this raises some issues when the folder"s name is not a valid java identifier i.e it start with some digits. So, if for example we have a /4you/code.jsp jasper will generate some java containing a line like "package 4you.code_1.java;" which would fail to compile. This issue is present in tomcat33b1 but not on tomcat-3.2.3 or tomcat40b6 Regards, Angel Aray.
- RE: Issue/bug with jasper Mangler in tomcat33 Angel Aray
- RE: Issue/bug with jasper Mangler in tomcat33 Ignacio J. Ortega