Is there any way to check declaratively whether an enum has a specified value. For example:
Until EL 3.0 it's not possible to import enums in EL scope. You can however just treat and compare them like strings, i.e. the enum constant value must be quoted like below.