multiple select
"Jancsi A. Farkas(fx)" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <1057998827.1372.3.camel@delphi> |
Hello!
I have a problem with a multiple select. How can I save in StateMap the
value of the selected indexes?
sm.putState(GForm.DAMAGE_CONCERNS_ID, new String[]{"1","2"});
seems like is not working. (1,2 are the values of the selected indexes)
Thank you
Jancsi