I don't think this is possible as the webserver doesn't care about which
browser frame responses are being sent to.

Is there are reason this can't be done client side by specifying a target
for the link the user is clicking on (or whatever triggers the response in
the first place)?
Hamish

-----Original Message-----
From: Andreas Schlegel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 11:19 AM
To: [EMAIL PROTECTED]
Subject: Request forwarding to a specific target frame?


Hi,

does anyone know how to forward a request to a specific frame?

I use:
dispatcher = getServletContext().getRequestDispatcher( 
"/servlet/MyServlet" );
dispatcher.forward( request, response );

Is there any way to define a target frame (TARGET='myFrame') in such a 
request forwarding?

Greetings,
Andreas


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to