Dear all,

I'm a new user of tapestry 4, and had no experience at all with tapestry.

I've got a page submitting a form, within that form user input chinese in the one of the field and at the next page, the field is outputed as ???. I've checked to log the string in page object, and it shows the correct string. I've also set

 <meta key="org.apache.tapestry.output-encoding" value="UTF-8"/>
 <meta key="org.apache.tapestry.messages-encoding" value="UTF-8"/>
 <meta key="org.apache.tapestry.template-encoding" value="UTF-8"/>

in app.application

I've also tried to use filter to set the request's encoding before which gave the same result.

   Thanks in advance for the help.

--
Regards,
Reggie CHAN


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to