Parayali, Jayesh 1065 Thu, 28 Dec 2000 15:43:28 -0800
I am using tomcat 3.2.1 release build on winnt4.0
when I use jsp:forward, IE works fine.Netscape gets timed out.
<% str1 = "myPage.jsp"; str1 = response.encodeURL(str1); %> <jsp:forward page='<%= str1 %>' />
Any idea?
Thanks, Jayesh