Hi, all Can any one tell me how to use message tag to display Chinese in jsp
I have a property file called application_zh.properties which has English at left and Chinese at right for each entry. Example: expression_input.ok= ��ʽ In my jsp I use message tag to find the matched Chinese through English text and try display the it . Example: <bean:message key="expression_input.ok"/> In my jsp, I set up the <head><META http-equiv="Content-Type" content="text/html; charset=gb2312"></head> My problem is the application found the file but display nothing. Thanks Julia -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

