Re: struts-config broken in multiple files

2004-04-19 Thread Joe Germuska
An alternative to this would be to take advantage of Struts' support for defining a list of struts-config files in web.xml. config /WEB-INF/form_beans.xml, /WEB-INF/forwards.xml, /WEB-INF/actions.xml, -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com

struts-config broken in multiple files

2004-04-19 Thread Just Fun 4 You
Hello I am using Struts 1.1 and tried to separate my struts-config.xml into several entities as it is described by James Holmes (see below). However it does not work because the "entity xml files" are not found, though they are in the same directory as struts-config.xml. After tracing I found out,