java.lang.Error: Unresolved compilation problems: The import org.apache c
843842Aug 15 2008 — edited Aug 20 2008Hi, I'm implementing my first Struts application. When I try to navigate between the jsp, my eclipse-tomcat prints the next:
org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet action threw exception
java.lang.Error: Unresolved compilation problems:
The import org.apache cannot be resolved
The import org.apache cannot be resolved
ActionForm cannot be resolved to a type
ActionMapping cannot be resolved to a type
Can you help me, finding out what is wrong?
Thanks in advance