Need help in sending mail using UTF-8

2006-06-14 Thread Ram
Hi, I m trying to send a mail with chinese characters using Apache Mailer. So, I need to set the charset as UTF-8. In my JSP, I m setting the header as name="content-type" value="text/html;charset=UTF-8" />. This is inside tag and before tag. But when the mail is sent, I dont see the mail

Evaluating expression in 2.3 specifications

2006-06-14 Thread chuanjiang lo
Hi all, I have developed my web application based on 2.4 specifications and now i have to deploy onto a server that is based on the 2.3 specifications. I have change the web.xml conforming to 2.3 specifications and the expression in my jsp page is not being evaluated. I have read on the net and