Hi all
I'm trying to use SCXML for a project (i have to realise an
implementation of the MMI w3C spec).
In my example, I want to assign the name of the event at a var.
Somethink like this :
<state id="getCity">
<transition event ="*" target="checkCity" name="evt">
<assign location="${Data(city,'root/mycity')}" expr="${event}" />
</transition>
</state>
Somebody know how can i do this ? and is it possible to do this ?
Mehdi
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org