I used JASPER 2 which includes with TOMCAT (6.0.20), to pre compile some of
my JSP files,
but there is a problem with file names which are pre compiled by Jasper.
If there is a underscore on JSP files then Jasper will generate Java files
with incorrect names.

e.g.

compiled JSP file -> "get_BreadCrumbs.jsp"
pre compiled Java file -> "get_005fBreadCrumbs_jsp.java"

as you can see name has some unnecessary "005f" tag on the name.

How to prevent this,
any idea!!!!

-- 
_A_N_I_M_E_-_O_T_A_K_U_

Reply via email to