[jboss-user] [jBPM] - Re: [designer][taskform] Having two submit buttons for a single form

Maciej Swiderski do-not-reply at jboss.com
Thu Jun 28 18:19:24 EDT 2012


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120628/ec6a211d/attachment-0001.html 


More information about the jboss-user mailing list