Rahul,

within a transition (which is gets eventdata from outside) I'd like to
forward some pieces of the eventdata structure using a <send> with namelist:

<transition event="change">
    <if cond = "_eventdata.eventSource == 'x'">
         <send targettype="GUI" target="'y'" event="change" namelist="
_eventdata.eventValue" />
    </if>
</transition>
As it does obviously not work it seems to me that the _eventdata structure
is not accessible within a <send> tags namelist. Is this intended? I think
it would be helpful. As a work around I save the value temporarily to the
data model using <assign name="temp" expr="_eventdata.eventValue"/> and use
"temp" within the send tags namelist attribute. But it would be more
convenient to access it directly. What do you think?

--Ingmar.

PS: I'm using 0.7-SNAPSHOT.

Reply via email to