Hi Guys,
 
I'm trying to use the <jsp:forward> tag with little
success. (I just end up with a blank page when the
call is made.) I seem to have much more luck
with <% response.sendRedirect("url stuff"); %>
 
Is there some funny about <jsp:forward> I need to
know?
 
 
code used:
 
<%@
page
   language = "java"
   contentType = "text/html"
 
%>
 

<html>
 
text
 
<jsp:forward page="../servlet/hw">
</jsp:forward>
</html>
 
Thank you.
 
Kevin Wright.

Reply via email to