how to open a new window through send redirect
843836Jan 10 2005 — edited Jan 11 2005Hi,
i have two jsp pages "viewresult.jsp" and "result.jsp" . submission of viewresult passes the request to controllerservlet and controller servlet after necessary processing invokes the result.jsp using sendRedirect. but i want that onsubmission of viewresult.jsp, result.jsp should open in new browser window and viewresult should remain open. and i want this to be done through controllerservlet is it possible?
manish