Forgive me for posting a topic that seems to be answered already in this forum. I am not able to correct this fault using the information provided in this form and FAQ sections.
This is a basic tutorial example of a struts project I have created. It consist of one jsp, one Form and Action class. However, typing in the URL
http://localhost:8080/strutsproject/addPerson.jsp I recieve the following fault:
What I have done to correct this problem myself:
1. Verify all the dependent jar files are in the lib directory within the war file.
2. I reviewed the struts-config.xml file.
Here is my struts 1.3.8 config file.
This is my JSP
This is my web.xml file.
Thank you in advance for taking the time in reading my post. Any comments would be greatly appreciated.
Russ