Title: netscape timing out

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

Reply via email to