DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37653>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37653 Summary: Struts-beans and tiles handle request.getLocale different Product: Struts Version: Unknown Platform: PC OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Tiles framework AssignedTo: dev@struts.apache.org ReportedBy: [EMAIL PROTECTED] <bean:message key="...."/> uses request.getLocale if available. Tiles doesn't. This leads to partial translatet websites unless you develop a workaround yourself (like copying the request Locale into the session). Either both frameworks use request.getLocale or both frameworks should use only the session settings per default. The current solution is inconsistent, leading to confusion and is hardly documented (at least I didn't find any resources about it). I hope this will be fixed either by a better documentation or by different default settings (I know this won't happen as it may break many other sites). Thanks for struts and tiles - both are realy great, but the tiles documentation (especially about internationalisation) sucks. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]