RE: using CompositeActionMapper

2009-07-02 Thread Martin Gainty
-0400 > From: d...@newfield.org > To: user@struts.apache.org > Subject: Re: using CompositeActionMapper > > rsilva wrote: > > I dont not understand very much about Struts2 inject process but I fixed my > > problem extending the compositeActionMapper with the following one: > >

Re: using CompositeActionMapper

2009-07-02 Thread Dale Newfield
rsilva wrote: I dont not understand very much about Struts2 inject process but I fixed my problem extending the compositeActionMapper with the following one: public class DebugCompositeActionMapper extends CompositeActionMapper { @Override @Inject(StrutsConstants.STRUTS_MAPPER_COMPOSITE

Re: using CompositeActionMapper

2009-07-01 Thread rsilva
Hi, I dont not understand very much about Struts2 inject process but I fixed my problem extending the compositeActionMapper with the following one: public class DebugCompositeActionMapper extends CompositeActionMapper { @Override @Inject(StrutsConstants.STRUTS_MAPPER_COMPOSITE) publ

Re: using CompositeActionMapper

2009-07-01 Thread rsilva
I have used the following with success in Mac Os Leopard Tomcat 6.0.18 Struts 2.0.14 Java 1.5.0.19 When I moved to CentOs Tomcat 6.0.18 Struts 2.0.14 Java 1.6.0_10 it start throwing java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang

Re: using CompositeActionMapper

2008-09-28 Thread Jeromy Evans
Allen Lee wrote: Hey there, Has anyone successfully gotten CompositeActionMapper to work and how? name="addressMapper" class="com.mycompany.actionmapper.CustomActionMapper" /> name="compositeMapper" class="org.apache.struts2.dispatcher.mapper.CompositeActionMapper" />