Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95D8F17286 for ; Sun, 14 Jun 2015 14:09:48 +0000 (UTC) Received: (qmail 43163 invoked by uid 500); 14 Jun 2015 13:38:36 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 38301 invoked by uid 500); 14 Jun 2015 13:38:29 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 19082 invoked by uid 99); 14 Jun 2015 10:53:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2015 10:53:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 34177DFBDB; Sun, 14 Jun 2015 10:53:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jogep@apache.org To: commits@struts.apache.org Date: Sun, 14 Jun 2015 10:53:13 -0000 Message-Id: <8ea811a266944f6da0ed4a02359c1866@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/16] struts-examples git commit: Unify artifact names and use "-" instead of "_" Repository: struts-examples Updated Branches: refs/heads/master 33bf8f26a -> 65936200f http://git-wip-us.apache.org/repos/asf/struts-examples/blob/433ea016/wildcard_method_selection/src/main/webapp/view.jsp ---------------------------------------------------------------------- diff --git a/wildcard_method_selection/src/main/webapp/view.jsp b/wildcard_method_selection/src/main/webapp/view.jsp deleted file mode 100644 index 4c5e7f6..0000000 --- a/wildcard_method_selection/src/main/webapp/view.jsp +++ /dev/null @@ -1,60 +0,0 @@ -<%@ 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 -
  2. -
    -
-
- - <%--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.

- -