Hi,

Sorry if i miss something here. As of my knowledge, the struts 2 rest plugin
supports only the following :
/resource - GET 
/resource - POST
/resource/$resource_id - GET
/resource/$resource_id - PUT
/resource/$resource_id - DELETE

and also the custom methods like
/resource/$resource_id/my_custom_method - This will land me to the
respective custom method.

I need to write the following API pattern.

/resource/$resource_id/sub_resource/$sub_resource_id

Is this be supported? Plz help me with this.

Thanks and Regards,
Deva.



--
Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to