--- Deryl Seale <[EMAIL PROTECTED]> wrote:
> I am having some trouble getting the
> CompositeActionMapper to work  
> properly.  I have the following specified in my
> struts.properties:
> [...]

Have you tried it like this in struts.xml?

<bean
type="org.apache.struts2.dispatcher.mapper.ActionMapper"

      name="struts" 
     
class="org.apache.struts2.dispatcher.mapper.CompositeActionMapper"
/>
<constant name="struts.mapper.composite"
         
value="org.apache.struts2.dispatcher.mapper.DefaultActionMapper,foo.bar.MyActionMapper,foo.bar.MyAnotherActionMapper"
/>

(I haven't; this is what's in the API docs, though,
and I tend to avoid the properties file.)

d.



 
____________________________________________________________________________________
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to