Re: Confusing with convention plugin

2009-07-08 Thread dusty
Let the record the response was non-responsive. Struts is trying to call index() on your action. Since you likely don't have index() in your action it seems likely that the REST plugin is in your path and is trying to auto-map a URL to the index() method of a registered Controller. So lets t

Re: Confusing with convention plugin

2009-07-08 Thread Leegorous
The other examples are doing well. So. On Wed, Jul 8, 2009 at 10:48 PM, Musachy Barroso wrote: > do you have the REST plguin in your lib dir? > > musachy > > On Tue, Jul 7, 2009 at 11:26 PM, Leegorous wrote: >> Hi, >> >> I'm new here. >> I follow the http://struts.apache.org/2.x/docs/convention-pl

Re: Confusing with convention plugin

2009-07-08 Thread Musachy Barroso
do you have the REST plguin in your lib dir? musachy On Tue, Jul 7, 2009 at 11:26 PM, Leegorous wrote: > Hi, > > I'm new here. > I follow the http://struts.apache.org/2.x/docs/convention-plugin.html > Some examples are not working in my case. > like the simplest one, no action exist, always throw