I have a SelectItem with a valueMap in a form. The form also has a ListGrid. When the user clicks on the rows in the ListGrid, I update the valueMap. Also, when the user clicks on an item in a different list, I update the whole form.
While the valueMap is successfully updated, the SelectItem continues to display its previous value, even though that is not one of the values in the new valueMap.
How do I get the SelectItem to update correctly?
SmartGWT 2.5, GWT 2.4, Firefix on Windows 7.
TIA,
Greg
While the valueMap is successfully updated, the SelectItem continues to display its previous value, even though that is not one of the values in the new valueMap.
How do I get the SelectItem to update correctly?
SmartGWT 2.5, GWT 2.4, Firefix on Windows 7.
TIA,
Greg
Comment