Estoy implementando un proyecto en struts en el que obtengo un error en una página JSP.Error "HttpServletRequest se refiere al tipo de cadena faltante"
Ya he configurado Tomcat 6, JRE y JDK 6 en Eclipce IDE.
El código es:
%request.getContextPath()%
El error es:
The method getContextPath() from the type HttpServletRequest refers to the missing type String
¿Cómo puedo solucionar este error?