[jboss-user] [JBoss Seam] - Re: Don't support Chinese characters ?

EddieLee do-not-reply at jboss.com
Tue Oct 31 22:46:50 EST 2006


hi all.

the problem is none by myself.

add a filter in web.xml? 
public void doFilter ( ServletRequest arg0 , ServletResponse arg1 ,
			FilterChain arg2 ) throws IOException , ServletException
	{
		arg0.setCharacterEncoding("utf-8");
		arg2.doFilter ( arg0 , arg1 );
	}

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982271#3982271

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982271



More information about the jboss-user mailing list