Re: CompositeActionMapper

2007-04-03 Thread Deryl Seale
it is not a list of class names. The bean name for the DefaultActionMapper is struts. So you could configure the DefaultActionMapper and the RestfulMapper with the following configuration in your struts.xml file. Hope this helps, Darren Salomons Deryl Seale wrote: Y

Re: CompositeActionMapper

2007-04-03 Thread Deryl Seale
the DefaultActionMapper is struts. So you could configure the DefaultActionMapper and the RestfulMapper with the following configuration in your struts.xml file. Hope this helps, Darren Salomons Deryl Seale wrote: Yes, I tried that, and all I got was an exception when I started

Re: CompositeActionMapper

2007-03-20 Thread Deryl Seale
n entry in struts.xml, it is not obvious to me how to do it (in spite of the documentation). --Deryl On Mar 20, 2007, at 10:26 AM, Dave Newton wrote: --- Deryl Seale <[EMAIL PROTECTED]> wrote: I am having some trouble getting the CompositeActionMapper to work properly. I have the follow

CompositeActionMapper

2007-03-20 Thread Deryl Seale
I am having some trouble getting the CompositeActionMapper to work properly. I have the following specified in my struts.properties: struts.mapper.class=org.apache.struts2.dispatcher.mapper.CompositeAction Mapper struts.mapper.composite=org.apache.struts2.dispatcher.mapper.DefaultActi onMapp