Posted By:
WarnerJan_Veldhuis
Posted On:
Tuesday, January 4, 2005 02:42 AM
First of all you need to change the action of your form to point it to a servlet, for example: action="/servlets/MyLoginServlet"
Then you need to handle the login, and forward the request, using RequestDispatcher) to either welcome.jsp (if the login was ok), or login.jsp (if the login failed)