-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:
> >
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
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
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
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" />
5 matches
Mail list logo