Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SelectItem multiple and Multi-Feild Search

    SmartGwt 3.0p 1-31-2012 nightly
    Gwt 2.4
    Firefox 6.0

    Using the same code as found in the Showcase Multi-Field Search.....
    http://www.smartclient.com/smartgwt/showcase/#combobox_multifield_search

    With the exception that I am pulling the data using my own SQL datasource.

    I use the ID as the primaryKey as well as the ValueField.
    I use the Name as the DisplayField.

    I set SelectItem.setMultiple(true).

    The SelectItem populates correctly with the items and display the names correctly. If I were to select multiple names without using Filtering , the SelectItem displays the names of the selected individuals.

    However, if I were to filter on a given name where, say "John" and there were multiple John's to select from, and I start selecting them....the SelectItem displays the IDs instead of the Names of the selected individuals.

    Is this a bug?

    #2
    Just confirming that yes, this is a known bug queued to be looked at. No ETA - no one with support cares about this one, yet.

    Comment

    Working...
    X