On the server side this can't be solved as tomcat doesn't know 
anything about targets.

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)


> -----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 forward a request to a specific frame?
> 
> I use:
> dispatcher = getServletContext().getRequestDispatcher( 
> "/servlet/MyServlet" );
> dispatcher.forward( request, response );
> 

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

Reply via email to