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]>

Reply via email to