我正在创建仪表板,在仪表板中,我得到req响应对象,但是当我单击一个链接以获得其他jsp页面时,我无法在其他jsp页面中获得req resp对象,当我单击一个链接时,请告诉我patten在其他jsp页面中获取请求对象link then it will transfer the current page request and response to other page jsp
如果登录servlet中的用户名、密码和位置正确,我将创建一个HttpSession并转到jsp页面。sessionsa.setAttribute("location",location); //location in value place is a String variable sessionsa = request.getSession();
String user = (String) sessionsa.getAttribute("