> 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.action.NormalAction >
Perhaps I misunderstand the purpose of struts.rest.namespace. I had thought it's purpose would be to cause the RestActionMapper to reject handling of all requests not in struts.rest.namespace. Is this incorrect?