enterbirthdate.jsp

来自「spring的WEB开发插件,支持多状态WEB开发」· JSP 代码 · 共 35 行

JSP
35
字号
<%@ include file="includeTop.jsp" %>

<div id="content">
	<hr>
	<html:form action="birthdate" method="post">
	<table>
	<tr>
		<td colspan="2">
			<html:errors/>
		</td>
	</tr>
	<tr>
		<td>Your name</td>
		<td>
			<html:text property="name" size="25" maxlength="30"/>
		</td>
	</tr>
	<tr>
		<td>Your Birth Date (DD-MM-YYYY)</td>
		<td>
			<html:text property="date" size="10" maxlength="10"/>
		</td>
	</tr>
	<tr>
		<td colspan="2" class="buttonBar">
			<html:image src="images/webflow-logo.jpg" property="_eventId_submit" value="Calculate Age"/>
			<input type="hidden" name="_flowExecutionId" value="${flowExecutionId}">
			<input type="hidden" name="_eventId" value="submit">
		</td>
	</tr>
	</html:form>
	</table>
</div>

<%@ include file="includeBottom.jsp" %>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?