Re: REST plugin question

2009-01-16 Thread Musachy Barroso
I tried to document that feature here: http://cwiki.apache.org/confluence/display/WW/Wildcard+Mappings If you are not using struts built from trunk, then you need to define: it is already defined in struts-default.xml in trunk. musachy On Fri, Jan 16, 2009 at 12:57 PM, dusty wrote: > > Chec

Re: REST plugin question

2009-01-16 Thread dusty
Check out this discussion: http://www.nabble.com/REST-plugin-URL-syntax-td17855192i20.html and this link: http://www.blueskyminds.com.au/url-hierarchy/ dusty wrote: > > The short answer is no. You can create a custom ActionMapper to tell > Struts how you want URLs parsed and how you want

Re: REST plugin question

2009-01-16 Thread dusty
The short answer is no. You can create a custom ActionMapper to tell Struts how you want URLs parsed and how you want Actions invoked. There has been a lot of discussion about extended properties and custom ActionMappers in previous discussions. See if you can find enough information there t