Re: two struts-config.xml

2005-03-11 Thread Joe Germuska
Struts has to know how to rewrite action URLs, and it can only do that by using the url-pattern. Do you have a different which points /*.do to a different servlet configured with the other XML file? For what you're trying to do, Modules are probably the closest Struts feature which supports

two struts-config.xml

2005-03-11 Thread Carl Smith
In my application I have two configuration file (1) struts-config.xml and (2) struts-app1.xml. I have this entry in the web.xml action /*.app1 When using this approach, I have a strange issue: For almost all the form submit, in the url the action will automatically apend .app1, example