hii
I have 5 modules on my project i want to integrate them how do i do that.
will i have to change anything in the paths given in the
jsp pages.
my web.xml entry is
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-hmsclass.xml,/WEB-INF/struts-Reg.xml,/WEB-INF/struts-Patient.xml</param-value>
</init-param>
now when an request goes out from a jsp page how will it know which config file to check..
I am getting this error i cant find the error here
javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection