DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18601>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18601 [enhancement request] use localization in JSP without creating a session Summary: [enhancement request] use localization in JSP without creating a session Product: Struts Version: 1.1 RC1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] My app uses a Struts JSP as welcome page. I would like to use Struts localization, using <html:html locale="true"> and <bean:message>, but doing so it will create a new session on server. It would be nice to add a "toScope" attribute to HtmlTag, so that Locale object can be stored in request, and upgrade Struts Localization mecanism to handle a requested scope Locale. I think it would impact HtmlTag, RequestUtils and validator/Ressources --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]