0 Replies Latest reply on Oct 18, 2012 6:48 AM by waseem.wk22

    How to allow UTF-8 Data in request received from the xhtml page

    waseem.wk22

      I am using JBoss as 7. I created XHTML page which is bound to a managedBean. i have JSF input text Field in my page. If i write some Special character in input text field and submit the page it send a request to server. But Special Character are already converted to some others characters. I added UTF-8 support tag in XHTML page but still i am not getting UTF-8 data on server side. do i need to add some settings on jboss server so that it can accept UTF-8 data ?