[jboss-user] [JBoss Seam] - Re: Can't set Character encoding for submitted form data

vladimir.ralev@jboss.com do-not-reply at jboss.com
Wed May 2 07:22:18 EDT 2007


Does the browser detect the UTF-8 encoding? (See what's checked in the Caracter encoding menu in the browser when viewing the page)

Also check the generated html. 
May be you can add this in the head tag of the pages to make sure it's detected properly:

  | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  | 

Sometimes, it's also required to have  set properly.

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

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



More information about the jboss-user mailing list