Hi,
I am new to
struts framework. I am expermenting with some basic examples on struts.
Here I had an error " Missing configuration resource for path /WEB-INF/struts-config.xml" when I tried to run the application.
I kept struts-config.xml under WEB-INF and there itself web.xml.
I configured struts-config.xml in web.xml,
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
Please suggest where the change is required.