Announcement

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

    SelectItem and viewState()

    Greetings,

    I was under the impression that SelectItem was an extension of Listgrid, and so I was hoping to be able to setViewState and getViewState to save the selection of the SelectItem. It's not working however. I'm not getting anything from selectItem.getViewState().

    Is this incorrect? Is there some other way to save the state of the SelectItem?

    #2
    Nevermind... looks like you just use getValue() and setDefaultValue(). If there's a better way let me know.

    Thanks!
    S

    Comment

    Working...
    X