Total members 10262 | Gratitudes |It is currently Thu May 24, 2012 10:25 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: SERVLET/JSP DOUBT
PostPosted: Fri Apr 15, 2011 5:58 am 
Offline
Newbie
User avatar

Joined: Fri Apr 08, 2011 3:15 pm
Posts: 7
Has thanked: 0 time
Have thanks: 0 time

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


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: SERVLET/JSP DOUBT
PostPosted: Fri Apr 15, 2011 1:22 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time
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

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  

 Similar topics
 Connect to database Microsoft access within jsp servlet
 How can i redirect to a one servlet from a two jsp page?
 Servlet & JSP
 DOUBT
 Download a PDF file using JSP or servlet
 jsp and servlet
 servlet connectivity with ms access
 servlet coding
 Display images on jsp from servlet
 doubt

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team