下载并部署了教程但无法启动实例:来自失败:未找到

downloaded and deployed the tutorial but cant start instance: Form failure: Not Found

我下载并部署了贷款审批教程,但每次我想启动一个实例时:表单失败:未找到

知道哪里出了问题吗?

server 7.5.0 with tomcat on OS X -- 没有配置,所有标准..如教程

您应该检查 request-loan.html 文件,它应该如下所示:

<form name="requestLoan">
  <div class="form-group">
    <label for="customerId">Customer ID</label>
    <input class="form-control"
           cam-variable-type="String"
           cam-variable-name="customerId"
           name="customerId" />
  </div>
  <div class="form-group">
    <label for="amount">Amount</label>
    <input class="form-control"
           cam-variable-type="Double"
           cam-variable-name="amount"
           name="amount" />
  </div>
</form>

位于 src/main/webapp/forms 文件夹中。 喜欢写的here