<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> Users <%-- display existing users --%>

Users

No user in the system yet.


UsernamePasswordDate Created
${status.index+1} ${user.username}

There are currently ${fn:length(um.users)} in the system.

<%-- add new users --%>
Username:
Password: