Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: [designer][taskform] Having two submit buttons for a single form"
To view the discussion, visit:
https://community.jboss.org/message/744918#744918
--------------------------------------------------------------
Try with having same names for the buttons:
| | <div class="button_div"> |
| | <input name="Outcome" type="submit"
value="Approved" id="Outcome" class="buttons" /> |
| | </div> |
| | <div class="button_div"> |
| | <input name="Outcome" type="submit"
value="Rejected" id="Outcome" class="buttons" /> |
| | </div> |
Make sure that you have proper properties (process variables) defined and if that is user
task is that you correctly map task input (given on the form) to the process variables -
this is done via data output association.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/744918#744918]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]