Hi, After a quick search over tapestry codebase I found this configuration key 'tapestry.charset'. It can be used to specify your designated charset. Just add a 'context-param' entry in web.xml, something looks sort like this:
<context-param> <param-name>tapestry.charset</param-name> <param-value>GBK</param-value> </context-param> Unfortunately this settings will affect the whole application. I wonder if there's a way to set charset only for specific pages. On Sun, Sep 28, 2008 at 5:32 PM, luna_guo <[EMAIL PROTECTED]> wrote: > > I have a page that required using GBK encoding. > I have the following line in the template file: > <meta http-equiv="Content-Type" content="text/html;charset=GBK" /> > but in the browser,the page still display with UTF-8. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]