I am developing a Struts (v1.2.7) app that has multiple struts-config
files, but not utilizing modules, so web.xml has one init param with
config files separated by commas, eg.
 
    <init-param>
      <param-name>config</param-name>
     
<param-value>/WEB-INF/struts-config.xml,/WEB-INF/struts-bus1-config.xml,
WEB-INF/struts-bus2-config.xml</param-value>
    </init-param>
 
My question involves the validator plug-in entry in the config files.
Does the plugin entry need to be added to all config files, or just the
default one? 
 
Regards,
 
--Chris 
 

Reply via email to