Is anyone using the feature of the framework where you can specify multiple
configuration files in the web.xml:
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml,/WEB-INF/struts-config2.xml</param-value>
</init-param>
I'm using the latest nightly build and when I try to start the application, it gives
me a Digester parser error. Even if I use two of the same (valid) config files, I
still get the error.
The error is telling me that there's not a closing </struts-config> element, but there
is.
Any thoughts or similar problems?
chuck
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]