Is there a way to reference an enum with OGNL?


package package;

class Class
{
  public enum Enum
  {
    ONE, TWO, THREE
  }
}



I tried a couple of variations but couldn't figure it out. Perhaps it's not possible?
ognl:@[EMAIL PROTECTED]  ?

-Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to