tags:

views:

5

answers:

0

I've managed to set up an ActionMapper but I can't make a CompositeActionMapper work.

Struts.xml

<constant name="struts.mapper.composite" value="searchActionMapper,struts" />
<!--constant name="struts.mapper.class" value="searchActionMapper" /-->

applicationContext.xml

<bean id="searchActionMapper" class="it.agriturismo.actionMapper.SearchActionMapper">
    <property name="uriSearchService" ref="uriSearchService"/>
</bean>