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=24926>. 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=24926 i18n changes for form input Summary: i18n changes for form input Product: Struts Version: 1.1 Final Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In order to make my forms accept input in a variety of languages I usually set the form's accept-charset to UTF-8 and call request.setCharacterEncoding("UTF-8"). In order to do this in Struts it's necessary to override both the html-forms taglib (to add the accept-charset attribute to the form) and the ActionServlet to set the request encoding. Unless there's a nicer way of doing this which I've somehow missed, could these changes be added to Struts? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]