– System Setup ——————————-
Operating System and version: Windows XP Home Edition SP2
Eclipse Version: 3.1.0
Eclipse Build id: 200408122000
Fresh Eclipse install (y/n): Y
Other installed external plugins: None
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.8.4
Eclipse JDK version: 1.5
Application Server JDK version: 1.5
Are there any exceptions in the Eclipse log file? ?
– Message Body ——————————-
When I attempt create a new form, action and JSP the classes are generated but i get a message for both the action and form class telling me “Action cannot be resolved to a type”. I belive, because of the error, nothing is added to struts-config.xml. I have to go into each class and add the imports for Action , ActionForm and HttpRequest and Response. Then i can go back into the wizard and click use existing class.