event should have been currentEvent.id
This commit is contained in:
@@ -1353,7 +1353,7 @@ The most basic value is a static event id:
|
||||
<br>
|
||||
Sophisticated transitional expressions are also supported when enclosed in a delimited expression:
|
||||
<pre>
|
||||
<transition on="${event == 'submit' &;amp;& flowScope.attribute == 'foo'}" to="state"/>
|
||||
<transition on="${currentEvent.id == 'submit' &;amp;& flowScope.attribute == 'foo'}" to="state"/>
|
||||
</pre>
|
||||
]]>
|
||||
</xsd:documentation>
|
||||
|
||||
Reference in New Issue
Block a user