Hello Orion-Interest,
I'm using UTF-8 enconding in all my servlets/jsp like this :
<%@page language="java"
contentType="text/html;charset=utf-8" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
...
..
But when I submit a form from a UTF-8 encoded jsp, the parameter data
doesn't reconvert this data and store this in the DDBB wrong.
I test this with the same JSP in other App Server (Silverstream) and
the conversion is automatic.
What's wrong, Orion or SilverStream? Whats the correct conversion
process.
--
Best regards,
Alberto mailto:[EMAIL PROTECTED]