Have you tried "request only" for these links? See: http://struts.apache.org/release/2.3.x/docs/i18n-interceptor.html
basically using foo.action?request_only_locale=en_US your locale would not be stored in the session, it's just for this request On Thu, Jul 25, 2013 at 10:15 AM, Antonio Sánchez <[email protected]> wrote: > I will include a header in all pages that displays links for translating > current page (at any moment) to different locales. Something like: ES | EN | > IT > > These links will render current page (query, action... ) in the requested > locale. > > How is this usually performed? > > I guess I must remember all requests performed and use it to render the > links. Is this correct? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- http://www.grobmeier.de https://www.timeandbill.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

