Supporto for Enums in EL
------------------------

                 Key: JBSEAM-4842
                 URL: https://issues.jboss.org/browse/JBSEAM-4842
             Project: Seam 2
          Issue Type: Feature Request
          Components: EL
            Reporter: Stefano Aquino


According to EL WishList (http://seamframework.org/Documentation/ELWishList) 

{quote}
...EL should allow the fully qualified Enum class to be referenced: 
com.acme.Days.MONDAY -> {{com.acme.Days.MONDAY}}
{quote}
This could make expressions as

??\#\{s:hasRole(com.acme.Days.MONDAY)\}?? 

possible.

A working implementation is attached as a patch.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to