Re: OrdersController behavior

2009-01-08 Thread Dave Newton
Frans Thamura wrote: how can only with 1 result can create all REST thing, create,delete, list Have you read the REST and Convention plugin documenation? They go into some detail on how the results are determined. Dave - T

Re: OrdersController behavior

2009-01-08 Thread Musachy Barroso
Did you take a look at the REST plugin docs? http://struts.apache.org/2.x/docs/rest-plugin.html . The REST plugin will automatically map certain URL to action methods (and parameters) musachy On Thu, Jan 8, 2009 at 10:14 AM, Frans Thamura wrote: > what do you mean of param??? > > still dont get,

Re: OrdersController behavior

2009-01-08 Thread Frans Thamura
what do you mean of param??? still dont get, can explain more deeply i want to know how can only with 1 result can create all REST thing, create,delete, list F On Thu, Jan 8, 2009 at 9:30 PM, Musachy Barroso wrote: > Those params are the params to the result, in this case > "redirectAction"

Re: OrdersController behavior

2009-01-08 Thread Musachy Barroso
Those params are the params to the result, in this case "redirectAction", which needs a "actionName" param. musachy On Thu, Jan 8, 2009 at 7:37 AM, Frans Thamura wrote: > hi all > > i am looking at the REST example and got several thing that i need all > of your time to help me out > > i got thi