Re: Struts convention plugin/ action annotations

2009-09-25 Thread struts-restful
struts.mapper.getMethodName - The method name to call for a GET request with an id parameter. Defaults to 'show'. but an mot sure All help appreciated -- View this message in context: http://www.nabble.com/Struts-convention-plugin--action-annotations-tp25613013p25613936.html Sent from t

Re: Struts convention plugin/ action annotations

2009-09-25 Thread struts-restful
sing the >> namespace annotation and only a action annotation as such >> >> @Action("/struts/testing/abc/test.xml") >> >> In this case when debugging the RestActionProxyFactory after submitting >> the >> URL >> http://localhost:8080/webContext/

Re: Struts convention plugin/ action annotations

2009-09-25 Thread Wes Wannemacher
ory after submitting the > URL > http://localhost:8080/webContext/struts/testing/abc/test.xml?id=2&test=hello > I see the following values > > namespace = /struts/testing/abc > actionName = test > methodName = index > > Thanks > > > --

Struts convention plugin/ action annotations

2009-09-25 Thread struts-restful
nProxyFactory after submitting the URL http://localhost:8080/webContext/struts/testing/abc/test.xml?id=2&test=hello I see the following values namespace = /struts/testing/abc actionName = test methodName = index Thanks -- View this message in context: http://www.nabble.com/St