You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/11/23 16:19:06 UTC

DO NOT REPLY [Bug 24926] New: - i18n changes for form input

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: struts-dev@jakarta.apache.org
        ReportedBy: ramon.casha@linux.org.mt


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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org