Re: Multiple ActionMappers per Namespace

2007-03-29 Thread Darren Salomons
Sorry maybe my question wasn't clear enough. I just did some digging around in the source code and found CompositeActionMapper. This looks like a way to use multiple ActionMappers. I havn't tried it yet but I'll let you know how it works out. Thanks, Darren Martin Gainty wrote: > > Hi Darre

Re: Multiple ActionMappers per Namespace

2007-03-29 Thread Martin Gainty
Hi Darren- supplied namespace is 2nd param to constructor for ActionMapping http://jsourcery.com/api/apache/struts/2.0.6/org/apache/struts2/dispatcher/mapper/ActionMapping.source.html#j1144438949 Does this answer your question? M--