[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2045) support Enum properties for component configuration

Dan Allen (JIRA) jira-events at lists.jboss.org
Thu Oct 4 18:56:03 EDT 2007


support Enum properties for component configuration
---------------------------------------------------

                 Key: JBSEAM-2045
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2045
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 2.0.0.CR1
            Reporter: Dan Allen
         Assigned To: Dan Allen
            Priority: Minor
             Fix For: 2.0.1.GA


Currently, it is not possible to assign the value of a Enum property using the component configuration mechanism (components.xml or *.component.xml). Enums are very easy to support since Java 5+ has a built-in mechanism for translating strings into Enums. This support can be added by registering an EnumConverter in Conversions. It works much the same way as the JSF enum converter.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list