Hi all, i'm trying struts2-rest-showcase. The orders example works fine. Now i'm wondering how to access a product related to a order. Let's image that a order has many products. For example, to access the order
it's just http://.../webapp/orders so, to get a product of some order, how could i implement this? some like: http://.../apppath/orders/product/1 Is this possible to do? Any ideas?