Re: Multiple Struts Config - Using the form tag

2007-08-30 Thread Paul Benedict
My recommendation is to remove the use of modules. You can do this instead: config/WEB-INF/struts-a.xml,/WEB-INF/struts-b.xml Paul

Multiple Struts Config - Using the form tag

2007-08-29 Thread chris . stewart
Hi all, I have an application which uses multiple struts-config files. I'm trying to add a new one in which there will be an action which I want to be called when a particular jsp submit button is depressed. As I would with a single struts-config file, I'm just constructing a form tag like t