错误“HttpServletRequest 引用缺少的类型字符串”
我正在实现一个在struts中的项目,其中我在JSP页面中遇到错误。
我已经在Eclipce IDE中配置了Tomcat 6,JRE和JDK 6。
代码是:
%request.getContextPath()%
错误是:
The method getContextPath() from the type HttpServletRequest refers to the missing type String
如何解决此错误?