[richfaces-issues] [JBoss JIRA] Created: (RF-11140) create a rich:selectItem{s} tag that takes itemConvertedValue as an attibute, and use it to dynamically build a converter

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Jul 22 15:00:23 EDT 2011


create a rich:selectItem{s} tag that takes itemConvertedValue as an attibute, and use it to dynamically build a converter
-------------------------------------------------------------------------------------------------------------------------

                 Key: RF-11140
                 URL: https://issues.jboss.org/browse/RF-11140
             Project: RichFaces
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Brian Leathem


When creating a f:selectItems you specify:
 itemLabel: the label of the item to use in the html representation
 itemValue: which is the item object itself.

On then uses a converter to get a string/html representation of the itemValue object, for use in the <option> tag.
I suggest building on this, and introduce a itemConvertedValue attribute, which could be used to build an on-the-fly converter to map between objects, and there corresponding string representations.

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

        


More information about the richfaces-issues mailing list