Changed form from post to get to support resuming flow after authentication.

This commit is contained in:
Scott Andrews
2008-03-06 20:41:08 +00:00
parent ad4ffd2495
commit aead4222cd

View File

@@ -11,7 +11,8 @@
</div>
<div class="section">
<form:form id="hotel" modelAttribute="hotel">
<form:form id="hotel" modelAttribute="hotel" method="get">
<input type="hidden" name="execution" value="${flowExecutionKey}" />
<fieldset>
<div class="field">
<div class="label">Name:</div>