webflow-form-simplest.jsp

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

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

<div id="content">
	<form action="myapp.htm" method="post"/>
	<table>
		<tr>
			<td colspan="2" class="buttonBar">
				<!-- Tell webflow what executing flow we're participating in -->
				<input type="hidden" name="_flowExecutionId" value="${flowExecutionId}"/>
				<!-- Tell webflow what event happened -->
				<input type="submit" name="_eventId_submit" value="Submit">
			</td>
		</tr>
	</table>
    </form>
</div>

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

⌨️ 快捷键说明

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