Re: REST Mappers

2012-12-09 Thread Antonios Gkogkakis
It is indeed an attempt to support RESTful urls. When we wanted to add REST support to our existing struts2 app(using xml config and not the convention plugin), we found that using the Restful2ActionMapper with the PrefixBasedActionMapper which chooses the appropriate ActionMapper based on a namesp

Re: REST Mappers

2012-12-09 Thread Lukasz Lenart
2012/12/9 Antonios Gkogkakis : > It is indeed an attempt to support RESTful urls. > When we wanted to add REST support to our existing struts2 app(using xml > config and not the convention plugin), we found that using the > Restful2ActionMapper with the PrefixBasedActionMapper which chooses > the a

Re: REST Mappers

2012-12-09 Thread Antonios Gkogkakis
No Lukasz, I'm afraid I haven't I've just had a quick look at the REST plugin in the trunk, I'm assuming that's the new version of the plugin you are referring to, and I remembered that apart from the convention plugin issues we had, another issue, was that every time we had a non REST action bei

Re: REST Mappers

2012-12-09 Thread Lukasz Lenart
2012/12/9 Antonios Gkogkakis : > I've just had a quick look at the REST plugin in the trunk, I'm assuming > that's the new version of the plugin you are referring to, > and I remembered that apart from the convention plugin issues we had, > another issue, was that every time we had a non REST acti