Yes it's very possible, just the way you describe...what i do is assign a variable within an event transform, somthing like:
evt.test = "test"
and then the notification can reference it with a TALES expression ${evt/test}
Hope this helps,
Joseph
Yes it's very possible, just the way you describe...what i do is assign a variable within an event transform, somthing like:
evt.test = "test"
and then the notification can reference it with a TALES expression ${evt/test}
Hope this helps,
Joseph