DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32689>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32689

           Summary: Can not resolve symbol "apache" in
                    org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode
           Product: Tomcat 5
           Version: 5.0.27
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


i tried to deploy my application on Tomcat 5.0.27 and the resulting error is 


javax.servlet.ServletException: Unable to compile class for JSP
An error occurred at line: 691 in the jsp file: /address_bookm.jsp
Generated servlet error:
C:\jakarta-tomcat-5.0.27\work\Catalina\localhost\portfolioip-
web\org\apache\jsp\address_005fbookm_jsp.java:1085: cannot resolve symbol
symbol  : variable apache 
location: class com.its.portfolioip.biz.organization.Organization
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, 
response, "navigationCommon.jsp" + (("navigationCommon.jsp").indexOf('?')
>0? '&': '?') + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode
("parametersToPass", request.getCharacterEncoding())+ "=" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf
(parametersToPass), request.getCharacterEncoding()) + "&" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("first", 
request.getCharacterEncoding())+ "=" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(first), 
request.getCharacterEncoding()) + "&" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("last", 
request.getCharacterEncoding())+ "=" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(last), 
request.getCharacterEncoding()) + "&" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("total", 
request.getCharacterEncoding())+ "=" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(total), 
request.getCharacterEncoding()) + "&" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("URL", 
request.getCharacterEncoding())+ "=" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("addressBookAct.do", 
request.getCharacterEncoding()) + "&" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("recordsToShow", 
request.getCharacterEncoding())+ "=" + 
org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("20", 
request.getCharacterEncoding()), out, true);
                                   

the underlying code causing this error is:
<jsp:include page="navigationCommon.jsp" flush="true">
<jsp:param name="parametersToPass" value="<%=parametersToPass%>" />
<jsp:param name="first" value="<%=first%>" />
<jsp:param name="last" value="<%=last%>" />
<jsp:param name="total" value="<%=total%>" />
<jsp:param name="URL" value="addressBookAct.do" />
<jsp:param name="recordsToShow" value="20" />
</jsp:include>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to