I have an existing struts/tiles app that works great. I just got a new requirement to add another product that will share some of the infrastructure already created/used in the existing app. I thought I would do this by having three struts.xml files -- one for the new app, one for the existing app, and one for the shared stuff.

I'm having a really hard time doing this. I tried putting <include file="..." into the base struts.xml file. This works in the sense that I can access the actions, but the interceptors stack that I have in the main struts isn't working for the original app. I think it's because I'm forced to have different package names?

Help would be greatly appreciated,

Kate

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to