Search Type: Posts; User: ibetts03
Search: Search took 0.01 seconds.
-
21 Nov 2011 4:40 PM
Jump to post Thread: Combobox hidden value question by ibetts03
- Replies
- 1
- Views
- 932
I have the following combobox:
states.add(StaticData.getStates());
cState = new ComboBox<State>();
cState.setEmptyText("Select a state...");
... -
9 Nov 2011 10:13 PM
- Replies
- 1
- Views
- 1,399
I have a project where I need to be able to edit a user's profile in order for them to correct information. I need to be able to provide them a drop down list of locale, timezone, state.
Results 1 to 2 of 2
