So, in the MailReader app, we are changing the locale via a link like this:

<h3>Language Options</h3>
<ul>
   <li><a href="<s:url action="Welcome?request_locale=en"/>">English</a></li>
   <li><a href="<s:url action="Welcome?request_locale=ja"/>">Japanese</a></li>
   <li><a href="<s:url action="Welcome?request_locale=ru"/>">Russian</a></li>
</ul>

But, when the link is invoked, it starts rewriting the selected value
back to all the links. (Try it and see.0

* http://planetstruts.org/struts2-mailreader/Welcome.do

In the case of changing locales, this can negate changing it back
since the current value is being written to the links.

Is this the expected behavior?

-Ted.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to