It is possible to refer to an enum value within OGNL: [EMAIL PROTECTED]@MARS}
But how can I refer to the collection of all the values of an enum? In Java, that would be: com.myapp.Planets.values() With OGNL, I tried the following without success: [EMAIL PROTECTED]@values()} [EMAIL PROTECTED]@values} [EMAIL PROTECTED]()} One option that would work: [EMAIL PROTECTED]@MERCURY, @[EMAIL PROTECTED], @[EMAIL PROTECTED], etc.}} but that defeats the point, doesn't it?