5.struts.properties(struts2资源文件)
struts.custom.i18n.resources=gMessages
6.struts.xml(struts2配置文件)
/ jsp/ image/bmp,image/png,image/gif,image/jpeg 1025956 index.jsp success.jsp
7.index.jsp
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ taglib uri="/struts-tags" prefix="s" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">