[ http://issues.apache.org/struts/browse/STR-1636?page=all ]
David Evans closed STR-1636:
----------------------------
Resolution: Fixed
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]