Passing parameters in a response.sendRedirect() - JSP
问题 I am new to Web Technologies. I am trying to do a simple program which ask the user to input a name, if valid the page redirects to another jsp file "RedirectIfSuccessful.jsp" , if invalid the page redirects to "RedirectIfFailed.jsp" . I am using the response.sendRedirect() method to do this. The redirect is working fine. However, I wish to access the name the user inputs in the form from RedirectIfSuccessful and RedirectIfFailed files so that when a valid name is entered the user is