Hi gang, Does anyone know if it is possible to use the sendRedirect("...") method to specify a different frame in the browser. Is it possible to redirect to a different frame??? Thanks, Graham.
well i am not sure if i know the answer to your questions (though I and my coleagues have often wondered) but if you are calling the first servlet from a frameset to begin with, well then you can redirect the output to a specific frame...something like this <form method="get" action="/servlet" target="target_frame"> does it make any sense? -manav