On Tapestry 3.0.3, and Tomcat 5.0.28
There is a single "login" page, like the login page example in the
book "Tapestry In Action".
The following lines are in the HTML file.
<span jwcid="@Insert" value="ognl:message">
Error Message
</span>
In some method of the page class, the "message" field is set with a string
containing Chinese characters.
All files' encoding are UTF-8.
The "template encoding" of the whole tapestry application is set to UTF-8.
The "output encoding" is UTF-8.
But, the "message" is not shown correctly in the output html file. They are
translated into "鏃 ...".
It seems that those Chinese characters are first treated as chars in some
encoding other than UTF-8. (ISO8859-1 ?)
What is the solution?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]