Files
spring-ldap/common-build/templates/spring-webflow/webflow-form.jsp
Ben Hale a658f81bdd
2006-12-18 22:03:24 +00:00

18 lines
524 B
Plaintext

<%@ include file="includeTop.jsp" %>
<div id="content">
<form action="flowController.htm" method="post"/>
<table>
<tr>
<td colspan="2" class="buttonBar">
<!-- Tell webflow what flow execution we're participating in -->
<input type="hidden" name="_flowExecutionKey" value="${flowExecutionKey}"/>
<!-- Tell webflow what event occurred -->
<input type="submit" name="_eventId_submit" value="Submit">
</td>
</tr>
</table>
</form>
</div>
<%@ include file="includeBottom.jsp" %>