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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to