item.jsp
来自「spring的WEB开发插件,支持多状态WEB开发」· JSP 代码 · 共 29 行
JSP
29 行
<%@ include file="includeTop.jsp" %>
<div id="content">
<form action="itemlist.htm" method="post"/>
<table>
<tr>
<td>
Item data:
</td>
<td>
<input type="text" name="data">
</td>
</tr>
<tr>
<td colspan="2" class="buttonBar">
<!-- Tell webflow what transaction we're in -->
<input type="hidden" name="_txToken" value="${txToken}">
<!-- Tell webflow what executing flow we're participating in -->
<input type="hidden" name="_flowExecutionId" value="${flowExecutionId}"/>
<input type="hidden" name="_currentStateId" value="displayItem"/>
<!-- 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 + -
显示快捷键?