Hi,
I am trying to write simple
struts app. it has one
jsp and one action class. when i am trying to compile the app with
ant i am getting the fallowing error.
cannot access javax.servlet.http.HttpServletRequest file javax\servlet\http\HttpServletRequest.class not found
The project build path has servelt-api.jar from lib folder of
tomcat . still getting the same error. any help would be greatly appreciated.
Thanks