REST and i18n

2008-03-05 Thread Magnus Haraldsen Amundsen
Hi, Using the REST-plugin (Struts 2.1.1) and with a requirement for i18n URLs. Is it possible to have a single action that maps to different URLs using the REST-plugin? Ie. OrdersController.index() kicks in on both the english and the norwegian word in the URL: /orders --

Re: REST and i18n

2008-03-05 Thread Jeromy Evans
Magnus Haraldsen Amundsen wrote: Hi, Using the REST-plugin (Struts 2.1.1) and with a requirement for i18n URLs. Is it possible to have a single action that maps to different URLs using the REST-plugin? Ie. OrdersController.index() kicks in on both the english and the norwegian word in the