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