To display spanish characters on a JSP when the JSP is inside one portal
Hi All,
Previously, I had posted my query here that how to display spanish characters on a JSP screen.
I got a solution that to add
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
to the JSP and to save the JSP in 'UTF-8'encoding format.
This works well in case an individual JSP. But when I am adding the JSP to a web project consisting of many other JSP pages, its not working.
Do I have to change anything else.
Please help me if you have any suggestions. I am eagerly waiting for any response.
Thanks in advance.

