On Fri, Jul 23, 2010 at 6:28 PM, Fabrizio Morbini <[email protected]> wrote: > Hi, is the param child of the send element supported? > > i added the following in the onentry of a node but got no parser debug > messages while loading the scxml file and the parameter doesn't seem > to be added to the params argument of the dispatcher's send method > (though the event is sent correctly). > <snip/>
No, <param> children of <send> are not yet implemented. You may open a JIRA issue as a reminder (with or without a patch to fix). Ofcourse, until its implemented, the namelist attribute will need to be used for all send parameters. -Rahul > <send event="test" namelist="var1" target="'dispatcher'" > type="'testType'"> > <param expr="'yes'" name="var2"></param> > </send> > > > thanks, > fabrizio. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
