Really? because that's precisely how I'm using it -- populating pulldowns. My object is my value and my key/label is whatever object.getName() returns.
On 9/2/05, Werner Punz <[EMAIL PROTECTED]> wrote: > Mike Kienenberger wrote: > > I find custom converters registered by class to be ideal for this purpose. > > It converts data between business object format and String (required > > on the presentation side). > > > Not really totally feasable if you use a drop down box or another > control which needs a key,value pair ;-) > >

