Re: how to get the list box value in gwt

2009-01-22 Thread Jeff
On Jan 7, 10:28 am, rajasekhar wrote: > How to get the selected list box value.I have to display > field is username and value is email. when username is selected I need > to get  value as email id . Please help me on this regard. For widget w, this snippet would work: w.getValue(w.getSelectedI

Re: how to get the list box value in gwt

2009-01-08 Thread olivier FRESSE
When you fill your listbox, use the following method : *addItem *(java.lang.String item, java.lang.String value) *getSelectedIndex

how to get the list box value in gwt

2009-01-07 Thread rajasekhar
Hi All, How to get the selected list box value.I have to display field is username and value is email. when username is selected I need to get value as email id . Please help me on this regard. Regards, Rajasekhar --~--~-~--~~~---~--~~ You receiv