Hi, I would like to know if there is a way to make variable assignments through Jexl expressions. Trying the obvious expression "x = val" returns an invalid expression exception. I've succeeded to do it by making x a class of my own and calling a setter method "x.set(50)" in the expression, but I would like to know if there is a more elegant way.
Thanks a lot Harel Ben Attia Comverse Technologies Ltd. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
