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 --> OrdersController.index() --> /orders-index.jsp
/bestillinger --> OrdersController.index() --> /orders-index.jsp
 
Or do I have to implement BestillingerController.index() and 
bestillinger-index.jsp also?

IMPORTANT NOTICE:
This message may contain confidential information.
If you have received this e-mail in error, do not use, copy or
distribute it. Do not open any attachments. Delete it immediately from
your system and notify the sender promptly by e-mail that you
have done so. Thank you.

Reply via email to