Hi.
Is it possible to use enum constant values in the web flow expression language?
I would like to use something like this:
This does not seem to work for me. Says it cannot be resolved.Code:<evaluate expression="myVariable.myMethod(mypackage.MyClass.MyEnum.HELLO_WORLD)" />
So I am wondering, is this possible? Or what am I doing wrong?
Thank you!


Reply With Quote