Switch to full style
What's behind JSP & Servlets
Post a reply

SERVLET/JSP DOUBT

Fri Apr 15, 2011 5:58 am

hello sir i want to know where we exactly using forward and sendRedirect in realtime



Re: SERVLET/JSP DOUBT

Fri Apr 15, 2011 1:22 pm

Redirect code :
Code:
<html>
<%
String urlreDirect"http://www.codemiles.com/";
response.sendRedirect(urlreDirect);
%>
</
html>
 


forward code
Code:
<jsp:forward page="/myservlet/login"
<
jsp:param name="password" value="123456" /> 
</
jsp:forward>
 

servlets-jsp/difference-between-forward-and-sendredirect-t2702.html

Post a reply
  Related Posts  to : SERVLET/JSP DOUBT
 Doubt in html:options tag     -  
 JSP and Servlet     -  
 how to run servlet and rmi     -  
 jsp and servlet     -  
 Servlet & JSP     -  
 Servlet Help for my project!!     -  
 servlet coding     -  
 Java Servlet and JSP     -  
 Getting Servlet and JSP configured in eclipse     -  
 servlet connectivity with ms access     -