Re: Mixing convention plugin and legacy action mappings

2009-04-03 Thread Ryan Chichirico
I think as I was typing a response I may have discovered the issue. We had a wildcard catch all for the root namespace which was throwing things off. /ftl/{1}.ftl Once I created a stand alone package com.xm.web.struts2.test.HelloAction I was able to use both /test/h

Re: Mixing convention plugin and legacy action mappings

2009-04-03 Thread Musachy Barroso
Convention configuration just gets mixed with xml configuration, they should not conflict. What kind of problem are you having? musachy On Fri, Apr 3, 2009 at 12:52 PM, Ryan Chichirico wrote: > We've recently migrated to Struts 2.1.6 and started looking into the > convention plugin.  Since our a

Mixing convention plugin and legacy action mappings

2009-04-03 Thread Ryan Chichirico
We've recently migrated to Struts 2.1.6 and started looking into the convention plugin. Since our application is far along the 2.0.x way of doing things it's difficult to make whole sale changes immediately. We'd like to start introducing new features with the convention plugin and slowly ada