|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by JohnSixkiller in Apache Tomcat Application Server, Java Server Pages (JSP), Java Servlets
Hi,
we have quite a big webapp. In past few day something goes wrong and messed up encoding. I was not able to figure it out. I cant find any difference in code or in cofiguration of any other computer.
What I need is to get data encoded in UTF-8 (POST method). But I alwas got ISO 8859-1.
I already have following on both pages HTML form and process page:
<%@ page language="java" session="true" contentType="text/html; charset=UTF-8"%>
<%@ page pageEncoding="UTF-8" %>
<% request.setCharacterEncodi
ng("UTF-8"
); %>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
URIEncoding in server.xml affects only GET method.
Thanks for help
John
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625