Mantis - Resin
Viewing Issue Advanced Details
5131 minor always 07-05-12 06:22 07-17-12 17:07
mate  
ferg  
normal  
closed 4.0.28  
fixed  
none    
none 4.0.30  
0005131: Convert Strings to enum values in EL
In the EL reference implementation/Glassfish, you can invoke methods taking enum parameters, and in the EL expression provide the string name of the enum value.

Example:
enum Foo {
  One, Two
}

void bar(Foo foo) { ... }

Can be invoked with
#{a.bar('One')}

Would be nice if Resin supported the same!

Notes
(0005956)
ferg   
07-17-12 17:07   
jsp/327a