Re: struts-config too large

2001-01-30 Thread Steven D. Wilkinson
y 29, 2001 4:23 AM Subject: struts-config too large Hi, How can I divide struts-config into a number of smaller xml files?? The struts-config for the application Im developing is now at 400+ lines. This is too large to manage and will only get bigger. It does not make sense

struts-config too large

2001-01-29 Thread Peter Doyle
Hi, How can I divide struts-config into a number of smaller xml files?? The struts-config for the application Im developing is now at 400+ lines. This is too large to manage and will only get bigger. It does not make sense to divide the application into multiple smaller apps so I need to make

Re: struts-config too large

2001-01-29 Thread Steven D. Wilkinson
My understanding is that you would need to extend the ActionServlet, pass multiple entries for each of the files as init-parameters to the ActionServlet and rewrite the initDigester() method. You will also need to create new DTDs and rebundle the struts.jar. The reason for the rebundle of the