Hi all, I've been trying to find the answer to what I thought was a fairly basic question. I'd like to add some package-level configuration to packages created by the convention plugin ... things like changing the default interceptor stack and inplementing global exception handling. However, I can't figure out how to do this in struts.xml. Is this possible? To me it seems natural to have package-level configurations in the struts.xml and let the convention plugin handle the action mappings, but maybe I'm just strange. Does anyone else do this? If so, how? If you don't use struts.xml, how do you create package-level configuration?
Thanks, David