I try to develop a Struts Action Controller on netbeans(old version 5.5.1, Struts 1.2.9). I have the struts jar files in Myproject\build\web\WEB-INF\lib but I get error on the imports of the Action,ActionForm, ActionMapping,Action Forward and the message is:
package org.apache.struts.action does not exist
Application Server is Bundled Tomcat 5.5.17.
Could you give me a suggestion?
Thank you
Stefania