RE: What does locale=true really do?

2002-07-18 Thread Kurosaka, Teruhiko
Unless the application overrides it. However, AFAIK, containers will all implement ServletRequest.getLocale() in terms of the highest priority Let me see if I understand it properly. If a Japanese user sets browser so that his preferred language is Japanese (accept-language: ja), and sends

RE: What does locale=true really do?

2002-07-17 Thread Kurosaka, Teruhiko
Thank you for reply, Craig. The implementation of this tag grabs the current locale from the session So it is up to the servlet container? -kuro -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

What does locale=true really do?

2002-07-16 Thread Kurosaka, Teruhiko
Hello, Various documents suggest that we are supposed to say: html:html locale="true" in Struts-based JSP files. This directive somehow sets the locale automatically, as I understand it. But I am wondering exactly how Struts sets a locale. Does anyone know? I am hoping that Struts won't just