<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - when to use response redirect and jsp forward</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Tue, 21 May 2013 03:55:48 -0400</pubDate>


    <item>

        <title>Interface RequestDispatcher</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=2472</link>

        

        
            <description><![CDATA[<p><span>public interface&nbsp;</span><strong>RequestDispatcher </strong>should be used</p>]]></description>
        

        <pubDate>Sun, 27 May 2012 07:41:40 -0400</pubDate>

        

        <jf:creationDate>Sun, 27 May 2012 07:41:40 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 27 May 2012 07:41:40 -0400</jf:modificationDate>
        <jf:date>May 27, 2012</jf:date>
        <jf:author>navneet kamat</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>when to use response redirect and jsp forward</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=2472</link>

        

        
            <description><![CDATA[See this <a href="http://www.jsptube.com/examples/response-sendredirect-servlet.html">redirect example</a> and <a href="http://www.jsptube.com/examples/servlet-forward.html">forward example </a>]]></description>
        

        <pubDate>Fri, 09 Apr 2010 05:55:38 -0400</pubDate>

        

        <jf:creationDate>Fri, 09 Apr 2010 05:55:38 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 09 Apr 2010 05:55:38 -0400</jf:modificationDate>
        <jf:date>Apr 9, 2010</jf:date>
        <jf:author>Duce Bigelow</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: when to use response redirect and jsp forward</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=2472</link>

        

        
            <description><![CDATA[Thanks a loot for this is a superb explanation of jsp:forward and redirect. I have situation where I have to pass some parameters from a jsp page to a servlet in ANOTHER SERVER. As per your explanation, both jsp:forward and response.redirect will fail in...]]></description>
        

        <pubDate>Thu, 04 Dec 2008 07:29:29 -0500</pubDate>

        

        <jf:creationDate>Thu, 04 Dec 2008 07:29:29 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 04 Dec 2008 07:29:29 -0500</jf:modificationDate>
        <jf:date>Dec 4, 2008</jf:date>
        <jf:author>Rohan Bhattacharya</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>when to use response redirect and jsp forward</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=2472</link>

        

        
            <description><![CDATA[You can use the forward tag in a JSP when you want to continue processing the current request with a different JSP page. The forwarding happens on the server, before the output is finished streaming to the client. The forward tag is the same thing as...]]></description>
        

        <pubDate>Thu, 07 Dec 2000 09:25:38 -0500</pubDate>

        

        <jf:creationDate>Thu, 07 Dec 2000 09:25:38 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 07 Dec 2000 09:25:38 -0500</jf:modificationDate>
        <jf:date>Dec 7, 2000</jf:date>
        <jf:author>shailender rawat</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>when to use response redirect and jsp forward</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=2472</link>

        

        
            <description><![CDATA[Hello,...]]></description>
        

        <pubDate>Wed, 06 Dec 2000 06:04:50 -0500</pubDate>

        

        <jf:creationDate>Wed, 06 Dec 2000 06:04:50 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 06 Dec 2000 06:04:50 -0500</jf:modificationDate>
        <jf:date>Dec 6, 2000</jf:date>
        <jf:author>Ravi Sankar</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>when to use response redirect and jsp forward</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=2472</link>

        

        
            <description><![CDATA[while using response.sendredirect the server sends the response to the client browser, from where the next request comes. so it appears to the server that this is like a fresh request so it displays that url correctly. however in case of response.forward...]]></description>
        

        <pubDate>Wed, 06 Dec 2000 03:07:42 -0500</pubDate>

        

        <jf:creationDate>Wed, 06 Dec 2000 03:07:42 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 06 Dec 2000 03:07:42 -0500</jf:modificationDate>
        <jf:date>Dec 6, 2000</jf:date>
        <jf:author>amol anvekar</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>when to use response redirect and jsp forward</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=2472</link>

        

        
            <description><![CDATA[hai freinds,
<br>
<br>what are the cases we use the response redirect statement and we move for jsp forward. if we use forward it will go to that page and do process but url will be first only , why this is?
<br>
<br>with regards
<br>k.ramakrishna
<br>]]></description>
        

        <pubDate>Wed, 06 Dec 2000 00:52:36 -0500</pubDate>

        

        <jf:creationDate>Wed, 06 Dec 2000 00:52:36 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 06 Dec 2000 00:52:36 -0500</jf:modificationDate>
        <jf:date>Dec 6, 2000</jf:date>
        <jf:author>ramakrishna kalavendi</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>



</channel>
</rss>

