Hi folks, I am using ant to precompile the jsp files. Let's say the in package name is "com.mycompany.jsp" and the jsp file is in the /jsp/admin/logon.
After the jsp compiled to java, the package name becomes com.mycompany.jsp.WEB_0002dINF.jsp.admin.logon Why? Thanks! Billy Ng
