Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5131 | minor | always | 07-05-12 06:22 | 07-17-12 17:07 | |
|
|||||
Reporter: | mate | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.28 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.30 | ||
|
|||||
Summary: | 0005131: Convert Strings to enum values in EL | ||||
Description: |
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! |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|