An alternative to this would be to take advantage of Struts' support for defining a list of struts-config files in web.xml.

<init-param>
  <param-name>config</param-name>
    <param-value>
      /WEB-INF/form_beans.xml,
      /WEB-INF/forwards.xml,
      /WEB-INF/actions.xml,
    </param-value>
 </init-param>


--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
"Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to