Re: [scxml] datamodel, custom actions and digester

2010-08-11 Thread Abigail Gertner
On 8/11/2010 12:29 AM, Rahul Akolkar wrote: snip/ The way to obtain the live values of the datamodel is to use the expression evaluator, see interfaces mentioned here: http://commons.apache.org/scxml/guide/contexts-evaluators.html Is it possible to call a method using the expression

Re: [scxml] datamodel, custom actions and digester

2010-08-11 Thread Rahul Akolkar
On Wed, Aug 11, 2010 at 2:19 PM, Abigail Gertner gert...@mitre.org wrote: On 8/11/2010 12:29 AM, Rahul Akolkar wrote: snip/ The way to obtain the live values of the datamodel is to use the expression evaluator, see interfaces mentioned here:  

Re: [scxml] datamodel, custom actions and digester

2010-08-11 Thread Abigail Gertner
On 8/11/2010 3:36 PM, Rahul Akolkar wrote: On Wed, Aug 11, 2010 at 2:19 PM, Abigail Gertner gert...@mitre.org wrote: On 8/11/2010 12:29 AM, Rahul Akolkar wrote: snip/ The way to obtain the live values of the datamodel is to use the expression evaluator, see interfaces mentioned

Re: [scxml] datamodel, custom actions and digester

2010-08-11 Thread Rahul Akolkar
On Wed, Aug 11, 2010 at 3:51 PM, Abigail Gertner gert...@mitre.org wrote: On 8/11/2010 3:36 PM, Rahul Akolkar wrote: On Wed, Aug 11, 2010 at 2:19 PM, Abigail Gertner gert...@mitre.org wrote: On 8/11/2010 12:29 AM, Rahul Akolkar wrote: snip/ The way to obtain the live values of the

[scxml] datamodel, custom actions and digester

2010-08-10 Thread Abigail Gertner
Hi -- I have a couple of questions about using commons SCXML. I am trying to use the datamodel within a state as a kind of template, so when I enter the state, I will set some values within the datamodel and then execute some code with the resulting data. I was trying to use an assign statement

Re: [scxml] datamodel, custom actions and digester

2010-08-10 Thread Rahul Akolkar
On Tue, Aug 10, 2010 at 7:11 PM, Abigail Gertner gert...@mitre.org wrote: Hi -- I have a couple of questions about using commons SCXML. I am trying to use the datamodel within a state as a kind of template, so when I enter the state, I will set some values within the datamodel and then