<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ taglib prefix="s" uri="/struts-tags" %> View People

People

  1. <%--Put the name of the method we want to call in front of Person. This action will cause the method named edit to be called in the ActionSupport class (see struts.xml) --%> Edit Delete
<%--Put the name of the method we want to call in front of Person. This action will cause the method named create to be called in the ActionSupport class (see struts.xml) --%>

Create new person.