[jboss-user] [jBPM] New message: "Re: getting name of leaving transition from decision node (jbpm 4.0)"

Maciej Swiderski do-not-reply at jboss.com
Wed Mar 3 04:26:24 EST 2010


User development,

A new message was posted in the thread "getting name of leaving transition from decision node (jbpm 4.0)":

http://community.jboss.org/message/529582#529582

Author  : Maciej Swiderski
Profile : http://community.jboss.org/people/swiderski.maciej

Message:
--------------------------------------------------------------
on ftl forms you can use something like this to create buttons for each available transition:
<#list outcome.values as transition>
    <input type="submit" name="outcome" value="${transition}">
</#list>

/Maciej

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/529582#529582




More information about the jboss-user mailing list