Posts by Bruno_18 • 11 points
1 post
-
1
votes2
answers104
viewsQ: Sending Servlet attributes to more than one JSP?
I have a Servlet that does the following: L_sessao.setAttribute("Login", usuario); response.sendRedirect("InicioCliente.jsp"); It sends the user name to the Homeclient.jsp page, on this page I can…