Christopher Becker wrote:
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?
Just the default one. When you use multiple config files this way,
they're effectively concatenated.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]