Hi.
I have some problems with the encoding.
At the top of the JSP page I have placed:
<%@ page language="java" contentType="text/html;charset=ISO-8859-1"
pageEncoding="ISO-8859-1">
I then receives a paramter (name) with the following original-content: Raunkj�r.
When it is displayed it changes to: Raunkj�r.
I use...:
<% String name = request.getParameter("name"); %>
...to extract and print the name.
Why does the JSP pages not 'use' the contentType/pageEncoding from the page
directive?
Best regards,
Lars Nielsen Lind
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>