Thanks Bill for clarifying
2009/7/8 Bill Barker :
>
> "Yves Glodt" wrote in message
> news:abd6c6120907070628v26c8b1d3jbd7e31708e30d...@mail.gmail.com...
>> Hi,
>>
>> I have a simple jsp-page whose only purpose is to jsp:forward to my
>> main controller-servlet, here it is:
>>
>> <%@ page session
"Yves Glodt" wrote in message
news:abd6c6120907070628v26c8b1d3jbd7e31708e30d...@mail.gmail.com...
> Hi,
>
> I have a simple jsp-page whose only purpose is to jsp:forward to my
> main controller-servlet, here it is:
>
> <%@ page session="true" %>
> <%@ page language="java" contentType="text/html;
Hi,
I have a simple jsp-page whose only purpose is to jsp:forward to my
main controller-servlet, here it is:
<%@ page session="true" %>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
The problem I have is that the request comes as POST to the servlet,
b