Re: URL mapping in Struts 2

2008-08-13 Thread Kibo
Hi XML You can write your own ActionMapper. Look: http://struts.apache.org/2.x/docs/actionmapper.html I used debuger and I watched DefaultActionMapper. It help me. Jeromy Evans - Blue Sky Minds wrote: > > XML User wrote: >> Hi, >> >> How can I implement the URL mapping so that our URL w

Re: URL mapping in Struts 2

2008-08-13 Thread Jeromy Evans
XML User wrote: Hi, How can I implement the URL mapping so that our URL will always look like "www.abc.com/products/toys/acbtoy" It should not end with something like abctoy.action OR abctoy.do. Is there a way for making this happen? If so then can you please let me know with code? See t

Re: URL mapping in Struts 2

2008-08-12 Thread Dave Newton
--- On Tue, 8/12/08, XML User <[EMAIL PROTECTED]> wrote: > Can you explain me with the code or some hint, how can i do that.? Do what, use the REST plugin in Struts 2.1? It's helpful to include at least a little message context. http://struts.apache.org/2.x/docs/rest-plugin.html Dave

Re: URL mapping in Struts 2

2008-08-12 Thread XML User
Can you explain me with the code or some hint, how can i do that.? -- View this message in context: http://www.nabble.com/URL-mapping-in-Struts-2-tp18945350p18946067.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: URL mapping in Struts 2

2008-08-12 Thread tommy xiao
RESTfull plugin can provide this feature. 2008/8/12 XML User <[EMAIL PROTECTED]> > > Hi, > > How can I implement the URL mapping so that our URL will always look like > "www.abc.com/products/toys/acbtoy" It should not end with something like > abctoy.action OR abctoy.do. > > Is there a way for