Hi,
I wrote a
test program to start learning
Struts. Please see the code below.
Action Class:
Form Class:
web.xml:
struts-config.xml
index.jsp:
When I try the URL
http://localhost:8080/StrutsExample1/index.jsp, my success page is not getting invoked.
I am using
Tomcat 6 with MyEclipse 6.6 . The JDK version is 1.5.
Could somebody show me what went wrong with my configuration?
Thanks,
Arun