You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/05/01 23:22:02 UTC

DO NOT REPLY [Bug 19529] New: - not found in interface javax.servlet.http.HttpServletRequest. request.setAttribute("test","t")

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19529

not found in interface javax.servlet.http.HttpServletRequest. request.setAttribute("test","t")

           Summary: not found in interface
                    javax.servlet.http.HttpServletRequest.
                    request.setAttribute("test","t")
           Product: Apache httpd-1.3
           Version: 1.3.23
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: wchen@williamoneil.com


It seems to me setAttribute method is not working in apache http server 1.3.22 
version, I believe. It can't find the request.setAttribut method. I wondered if 
any body can help. Thanks.

The following is the request object generates error msg on a jsp file:
Method setAttribute(java.lang.String, java.lang.String) not found in interface 
javax.servlet.http.HttpServletRequest. request.setAttribute("t27",t27);  
	at oracle.jsp.app.JspJavacCompiler.compile(JspJavacCompiler.java:255)
	at oracle.jsp.app.JspAppLoader.reloadPage(JspAppLoader.java:1411)
	at oracle.jsp.app.JspAppLoader.loadPage(JspAppLoader.java:1230)
	at oracle.jsp.app.JspAppLoader.getPage(JspAppLoader.java:886)
	at oracle.jsp.app.JspApplication.dispatchRequest
(JspApplication.java:421)
	at oracle.jsp.JspServlet.doDispatch(JspServlet.java:285)
	at oracle.jsp.JspServlet.internalService(JspServlet.java:204)
	at oracle.jsp.JspServlet.service(JspServlet.java:174)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
	at org.apache.jserv.JServConnection.processRequest
(JServConnection.java:456)
	at org.apache.jserv.JServConnection.run(JServConnection.java:294)
	at java.lang.Thread.run(Thread.java:484)

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org