You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by "David Evans (JIRA)" <ji...@apache.org> on 2006/04/25 20:58:46 UTC

[jira] Reopened: (STR-1636) add accept-charset attribute to html:form

     [ http://issues.apache.org/struts/browse/STR-1636?page=all ]
     
David Evans reopened STR-1636:
------------------------------

    Assign To: David Evans  (was: Struts Developer Mailing List)

> add accept-charset attribute to html:form
> -----------------------------------------
>
>          Key: STR-1636
>          URL: http://issues.apache.org/struts/browse/STR-1636
>      Project: Struts Action 1
>         Type: Improvement

>   Components: Taglibs
>     Versions: 1.1 Final
>  Environment: Operating System: All
> Platform: All
>     Reporter: C. N.
>     Assignee: David Evans
>     Priority: Minor
>      Fix For: 1.2 Family

>
> As defined in HTML http://www.w3.org/TR/html4/interact/forms.html
> The accept-charset attribute in HTML form tag specifies the list of character
> encodings for input data that is accepted by the server processing this form.
> Without this attribute user can change the encoding for themselves using menu
> options in browser (e.g. change to ISO-8859) but my JSP server expected the
> character encoding in UTF-8.
> With this attribute, I can force the encoding in UTF-8 as follows
> <form action=... method="post" accept-encoding="UTF-8">
> Thanks
> C.N.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org