Re: jsp:forward adds params to query-string

2009-07-09 Thread Yves Glodt
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

Re: jsp:forward adds params to query-string

2009-07-07 Thread 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="true" %> > <%@ page language="java" contentType="text/html;