Re: REST Mappers

2012-12-13 Thread ChadDavis
> So, it seems like the RestActionMapper needs to be injected with the > > struts.rest.namespace so it can be knowledgeable aobut this when building > > the actionmapping namespace . . . > > But I thin it's rather how you name your action packages: > - com.demo.action.rest.RestAction > - com.demo.a

Re: REST Mappers

2012-12-13 Thread ChadDavis
> So, I can't get this to work when using with convention/rest plugin > > combination. I did NOT try to use it with a xml/rest plugin combo. > > You can combine convention/xml/rest together - in struts.xml you can > define constants or even a new stack which is simpler than use > annotations > Ye