WebSphere HATS - Re: Character ñ changed to ñ after enter key pressed

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere HATS > May 2006 > Re: Character ñ changed to ñ after enter key pressed





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: Character ñ changed to ñ after enter key pressed
Marta L

2006-05-25, 7:11 am

This sounds too familiar to me. It's due to the encoding and we solved it
replacing the encoding tag within the template.
Before:
<%@ page language="java" contentType="text/html; charset=UTF-8"%>

After (the right one):
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1" %>

Goog luck!


"Ivan Bacelis" <bacelth@hotmail.com> escribió en el mensaje
news:e529l9$20o0m$1@news.boulder.ibm.com...
> Hi there
>
> I have this HATS V6.0.4 app. working on a WAS v6.0.2 and a user report me
> this bug. Every time they put a "ñ" caracter in any field after pressing

the
> enter key the character is replaced by "ñ" and sent to the host, The
> result is that the user has to change this value again for the original

"ñ"
> in a green screen. This sound like a software problem to me, but I'm

looking
> for some problem like this already solved and find the solution.
>
> The HATS application use the '284' code page. and the "ñ " characters
> displayed for the systems show ok, the problem is just in the input fields
> after pressing the enter key.
>
> Any help will be welcome
>
> Ivan
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com