AW: Request forwarding to a specific target frame?

2002-07-25 Thread Power-Netz \(Schwarz\)
> 3 ways to achive something like that: > - include javascript in the output of the servlet > - include javascript in the calling page that issues > the request from the right target. > - forget abou frames (That's what I prefer) 4th way: - output of [autoreloading] frameset and saving the req

AW: Request forwarding to a specific target frame?

2002-07-25 Thread Ralph Einfeldt
es (That's what I prefer) > -Ursprüngliche Nachricht- > Von: Andreas Schlegel [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 25. Juli 2002 11:19 > An: [EMAIL PROTECTED] > Betreff: Request forwarding to a specific target frame? > > does anyone know how to f

RE: Request forwarding to a specific target frame?

2002-07-25 Thread Barney Hamish
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 = ge

Re: Request forwarding to a specific target frame?

2002-07-25 Thread Anthony Geoghegan
Can't be done server-side. This is a client issue. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Andreas Schlegel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 10:18 AM Subject: Reque

Request forwarding to a specific target frame?

2002-07-25 Thread Andreas Schlegel
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? Greetin