We have a base product. It has a struts-config.xml in a webapp. We have a couple of
customers that each have their own web app and struts-config.xml. Their product sits
on top of the base product. We have to have a complete struts-config.xml for each
customer. Is there a way to have a core struts-config.xml in the base product and a
struts-config.xml for each customer where the struts-config.xml for each customer uses
whats in the base product and adds new actions or over-rides the actions in the base
struts-config.xml?
thanks,
Mike