Announcement

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

    Issue with databound dependent select

    Hi

    I made use of the following example in my code
    http://www.smartclient.com/smartgwt/...bobox_category

    The issue am encountering is as follows,
    i deleted the category and item value, so that they are both are null, while saving to db, both value seems null, but on json, the value for the item field is holding the previous value.

    if category was "A" and item was "1", after deletion, both would be null, when viewed on json category value is set to null whereas item value still hold value "1"

    Smart gwt version : 2.5.1

    Please note i made the same thing using combobox instead of SelectItem ...

    Please advise
    Last edited by rajiv123; 7 Jun 2013, 05:39.
Working...
X