内容:
<%@ taglib uri="/web-inf/struts-bean.tld" prefix="bean" %><%@ taglib uri="/web-inf/struts-html.tld" prefix="html" %><%@ taglib uri="/web-inf/struts-logic.tld" prefix="logic" %> 【程序编程相关:旋风备忘录0.10软件介绍】
<%@ page contenttype="text/html;charset=utf-8" language="java" %> 【推荐阅读:java.lang.Error翻译】
<body> <p><h2><bean:message key="hello.jsp.page.heading" /></h2></p> <html:errors /><p> <logic:present name="helloform" scope="request"> <h2>hello <bean:write name="helloform" property="person" />!</h2> </logic:present> 【扩展信息:不建议在jsp页面中直接写语句连接数据库】
<html:html locale="true"><head> <title><bean:message key="hello.jsp.title" /></title> <html:base/></head>
... 下一页