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

 

Reply via email to