On logon.jsp I would like messages to be localized. AFAIK to do this with Struts I 
have to put this tags :

<html:html locale="true">
  <bean:message key="logon.welcome" />
...
</html:html>

This tags use a Locale objet stored in session scope. My boss doesn't want this logon 
JSP to create a new session to
limit memory usage. Is they're a way to use Struts i18n with a REQUEST scoped Locale 
or something like this ?

Do you thing it could be an interseting enhancement for future versions ?

Nico.


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

Reply via email to