Hi,

a. I mean by residing, the best term should be : proccessed at client side

b. There is a rule that once a servlet already made a response, there is

now way that you can redirect again, so in order to have a redirection

then you must initiate another 'request' to the server from your jsp

c.afaik, jsp can not initiate sevlet response

Hope you understand the logic



thx

bb

On Fri, Mar 26, 2010 at 5:54 PM, bambang teleinfocom <
bambang.teleinfocomproj...@gmail.com> wrote:

> Hi,
>
> a.response.sendRedirect() is residing in the client, your browser will
>
> redirect to the next jsp / destination.
>
> b.in server side, it the Request.dispatcher()
>
> c. So if you want to "trigger the redirection" then i think you have to
>
> trigger the request.dispatcher() method as AFAIK when you want to
>
> trigger or "initiating" something to the servlet server, you must initiate
> another
>
> request.
>
>
> thx
>
> bb
>
>
>
> On Fri, Mar 26, 2010 at 3:07 PM, thanooj bharateeyudu <
> thanooj...@gmail.com> wrote:
>
>>
>>
>>
>> hi all.
>>                   iam using respose.sendRedirect() method to redirect to a
>> page which is there in another web application in a single server.
>>              now.
>>                  i need to redirect it by using response.sendRedirect()
>> method by using <a> tag
>>      i mean ... when i click on a hiper link <a> . then the redirecting
>> operation should happen.
>>            please send me the alternative ways to do it.
>>         waiting for ur reply ..
>>  thanking u
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Java EE (J2EE) Programming with Passion!" group.
>> To post to this group, send email to
>> java-ee-j2ee-programming-with-passion@googlegroups.com
>> To unsubscribe from this group, send email to
>> java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com<java-ee-j2ee-programming-with-passion%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>>
>> http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
>>
>> To unsubscribe from this group, send email to
>> java-ee-j2ee-programming-with-passion+unsubscribegooglegroups.com or
>> reply to this email with the words "REMOVE ME" as the subject.
>>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscribegooglegroups.com or reply to 
this email with the words "REMOVE ME" as the subject.

Reply via email to