this <http://www.jroller.com/mert/entry/utf_8_encoding_with_jsf> may help...
Hasan... On Thu, Jan 15, 2009 at 6:55 AM, Sabitha Gopal Pandit < [email protected]> wrote: > Hello all, > > > > I 'm working on an applications that consistes multi byte characters > > And when I pass a multi byte characters using <f:param > from my jspx page > to my backing bean, request.getparameter() gives me the corrupted value of > the multibyte character > > By setting the request.setcharacterEncoding to UTF-8 fixes my issue but I > need to do that in every backing bean. > > Is there any way of globally setting the char set to UTF-8? > > > > Thanks, > > Sabitha > > >

