Hi,
I have a simple form just to accept anything, but when I encode some chinese
characters, it turns out garbage in the server side, why?
<head>
<title>Start Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<t:form>
<input t:type="textfield" t:id="msg" value="msg"></input>
<input type="submit" value="submit" />
</t:form>
jave side:
void onSubmit() {
System.out.println(msg);
}
--
View this message in context:
http://www.nabble.com/T5%3A-Chinese-in-form-submission%285.0.11%29-tp15866978p15866978.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]