Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-30 Thread Yasser Zamani
On 4/30/2018 11:27 AM, Lukasz Lenart wrote: > The problem is that we should support existing configurations (like > automatically define allowed methods for those used in struts.xml). Sorry, I didn't get again :( AFAIK defined actions with any defined method in struts.xml are callable. However,

Re: Support for sub-resources in struts 2 rest plugin

2018-04-30 Thread DevaGerald
I have created a new ticket. https://issues.apache.org/jira/browse/WW-4935 Thanks, Deva. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

Re: Support for sub-resources in struts 2 rest plugin

2018-04-30 Thread Lukasz Lenart
This isn't supported right now. I think it would be good re-use @Action annotation ro define a new (e.g. @Resource) to allow define custom paths. Could you register a ticket? 2018-04-29 15:55 GMT+02:00 DevaGerald : > Thanks for your reply. > > I am already using struts-2 rest plugin in production.