<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <% if (session.getAttribute("successAddPassword") == null) { String redirectURL = request.getContextPath() + "/error404.jsp"; response.sendRedirect(redirectURL); } else if (session.getAttribute("successAddPassword") != null) { session.removeAttribute("successAddPassword"); }%>
check
Your password has been successfully added!