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/07/30 06:26:09 UTC

DO NOT REPLY [Bug 21986] - add accept-charset attribute to html:form

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=21986>.
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=21986

add accept-charset attribute to html:form





------- Additional Comments From tsang_cn@ctimail3.com  2003-07-30 04:26 -------
Sorry, the last 2 lines of my previous descriptions should be corrected as follows:

With this attribute, I can force the encoding in UTF-8 as follows

<html:form action="abc.do" accept-charset="UTF-8">

which will generate something as 

<form action="abc.do" method="post" accept-charset="UTF-8">

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