15
我在struts中實現了一個項目,在該項目中,我在JSP頁面中收到錯誤。錯誤「HttpServletRequest引用缺少的類型字符串」
我已經在Eclipce IDE中配置了Tomcat 6,JRE和JDK 6。
的代碼是:
%request.getContextPath()%
的錯誤是:
The method getContextPath() from the type HttpServletRequest refers to the missing type String
我怎樣才能解決這個問題?