posted 13 years ago
hi all,
can there be two struts-config.xml files in one application?
eg. struts-config.xml and struts-config1.xml.
in web.xml,we write:
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config1.xml</param-value>
</init-param>
is it possible?
i have tried..but the application simply moves to error page.Why can't it read the file ...config1.xml?