Hi Riyad:
This is a tricky but very relevant criteria for us. Does ME supports mutilple struts-config files? We have the following web.xml entries:
<init-param>
<param-name>config</param-name>
<param-value>
/WEB-INF/struts-config.xml,
/WEB-INF/struts-config-faglige.xml,
/WEB-INF/struts-config-kontingent.xml,
/WEB-INF/struts-config-grundmodul.xml,
/WEB-INF/struts-config-drift.xml,
/WEB-INF/struts-config-ydelser.xml,
/WEB-INF/struts-config-medlemorganisation.xml,
/WEB-INF/struts-config-sager.xml,
/WEB-INF/struts-config-dokumenter.xml,
/WEB-INF/struts-config-afi.xml
</param-value>
</init-param>
If we look at the “Package Explorer”, only the struts-config.xml gets labeled as being of type “struts-config” file. How do me make ME regonize the other struts config files as struts config files?