Hello, I need to create a log in MVC system, where depending if the user exists in database or not controller redirects to success.jsp with all user details or retry.jsp if the user is invalid.
...