Hi.

Is it possible to use enum constant values in the web flow expression language?
I would like to use something like this:

Code:
<evaluate expression="myVariable.myMethod(mypackage.MyClass.MyEnum.HELLO_WORLD)" />
This does not seem to work for me. Says it cannot be resolved.

So I am wondering, is this possible? Or what am I doing wrong?

Thank you!