I was trying to redirect after an alert message in servlet something like this :
out.println("<script>alert('Group Request Invitation Canceled');document.location='individualdetailstoadd.jsp?personid=''"+idperson+"'</script>");
But its not working.Though if I remove the redirection,the alert message is displayed . What can be the reason ?Please help