JSP页面如何向两个页面传值
我的页面1.jsp要向2.jsp和3.jsp传值,如何实现呢if(status==-1){response.sendRedirect("1.jsp?OpenAgent&u...
我的页面1.jsp要向2.jsp和3.jsp传值,如何实现呢
if(status ==-1){
response.sendRedirect("1.jsp?OpenAgent&uid="+StringEncrypt.decrypt(uid)+"&UserIsExist="+UserIsExist+"&type=1&"+"&status="+status+"¤tURL="+currentURL+"&pwd="+newpwd);
response.sendRedirect("3.jsp?uid="+StringEncrypt.decrypt(uid)+"&UserIsExist="+UserIsExist+"&type=1&"+"&status="+status+"¤tURL="+currentURL+"&pwd="+newpwd);
}else{
response.sendRedirect("action.jsp?UserIsExist="+UserIsExist+"&type=1&"+"&status="+status+"¤tURL="+currentURL+"&uid="+uid);
}
这样只能实现上面的页面传值,3.jsp是接收不到的,请教 展开
if(status ==-1){
response.sendRedirect("1.jsp?OpenAgent&uid="+StringEncrypt.decrypt(uid)+"&UserIsExist="+UserIsExist+"&type=1&"+"&status="+status+"¤tURL="+currentURL+"&pwd="+newpwd);
response.sendRedirect("3.jsp?uid="+StringEncrypt.decrypt(uid)+"&UserIsExist="+UserIsExist+"&type=1&"+"&status="+status+"¤tURL="+currentURL+"&pwd="+newpwd);
}else{
response.sendRedirect("action.jsp?UserIsExist="+UserIsExist+"&type=1&"+"&status="+status+"¤tURL="+currentURL+"&uid="+uid);
}
这样只能实现上面的页面传值,3.jsp是接收不到的,请教 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询