Re: [jexl][scxml] Change values of map in scxml

2011-06-15 Thread Artem Vovk
Second method works pretty good, Thanks! One more question, is there in scxml version using in apache commons a time out functionality? I need something like: state id=Awaiting onentry Wait 5 sec than go to state end /onentry /state On Jun 14, 2011, at 12:45 AM,

Re: [jexl][scxml] Change values of map in scxml

2011-06-15 Thread Rahul Akolkar
On Wed, Jun 15, 2011 at 12:25 PM, Artem Vovk vovk.ar...@googlemail.com wrote: Second method works pretty good, Thanks! One more question, is there in scxml version using in apache commons a time out functionality? I need something like: state id=Awaiting        onentry        Wait 5 sec  

[jexl][scxml] Change values of map in scxml

2011-06-13 Thread Artem Vovk
Hi, I have a data model in my scxml file, that defined as map: datamodel data id=event expr={'key1' : 'value1', 'key2', 'value2'} /datamodel I want to use this data as a constructor for sending data, but I need to change values in this

Re: [jexl][scxml] Change values of map in scxml

2011-06-13 Thread Rahul Akolkar
On Mon, Jun 13, 2011 at 10:50 AM, Artem Vovk vovk.ar...@googlemail.com wrote: Hi,        I have a data model in my scxml file, that  defined as map:        datamodel                data id=event expr={'key1' : 'value1', 'key2', 'value2'}        /datamodel        I want to use this data as