<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="s" uri="/struts-tags"%> Login page <%@include file ="header.jsp" %>

Because this is a simple demo, not a real application, we don't store any user information. That's why there is no registration form and you are asked to enter all the data each time you log in.