2 Replies Latest reply on Nov 25, 2013 5:42 AM by nickel

    jbpm6, ftl form problem

    nickel

      Hi. I would like to use .ftl form.
      In my human task I create form with the next content:

       

      <html>

      <body>

      <form action="complete" method="POST" enctype="multipart/form-data">

      User: <input type="text" name="userId" />

      <input type="submit" value="Complete">

      </form>

      </body>

      </html>

       

      But on the "Complete" button click I got:

      JBWEB000065: HTTP Status 404 - /kie-wb/org.kie.workbench.KIEWebapp/complete

       

      What am I doing wrong?

       

      Thank you.