jBPM6.4.0 HTML Tasks Forms

20 views
Skip to first unread message

Abhishek Mittal

unread,
May 12, 2016, 11:03:12 AM5/12/16
to jBPM Usage

Hello Experts,

 

I have created a human task form using 'MarkUp Editor' in HTML.

 

I have added one text field and one button for which the HTML code looks like below.

 

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

  <!-- add form content here -->

  <div class="id1"><label for="txt">Name:</label><input type="text" name="name" id="name"/></div>

  <div class="id2"><input name="Submit" type="submit" value="Complete" id="sb" /></div>

</form>

 

Once, I click on 'Complete' button, I am getting the below exception.

 

'HTTP method POST is not supported by this URL'.

 

Please suggest ASAP.

 

Regards,

Abhishek

Reply all
Reply to author
Forward
0 new messages