On Sat, Jun 18, 2011 at 9:39 AM, Artem Vovk <[email protected]> wrote: > Hi, > > Is it a valid scxml expression in apache commons? > <snip/>
If you mean transition, yes, target-less transitions are valid (a.k.a. stay transitions). > <transition event="internal" cond="_eventdata['name'] eq 'cancelclick'"> > <send event="'send_event'" targettype="'outside'" namelist="cancel" /> > </transition> > > Because I trigger this event, but send does not works. > <snap/> You should see the EventDispatcher#send() call if the transition is indeed followed (event triggered and guard condition is true). -Rahul > > Cheers Artem > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
