locationErr.jsp 469 Bytes
Newer Older
罗绍泽 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<jsp:include flush="true" page="error.jsp"/>
<%@ taglib uri="/struts-tags" prefix="s" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
      <jsp:include page="css.jsp"></jsp:include>
    <title>
    <s:i18n name="param1">
    <s:property value="getText('title')"/>
    </s:i18n>
    </title>
 

  </head>
  
  <body>
    This is my JSP page. <br>
  </body>
</html>