PDA

View Full Version : form.getValues() returns combobox text instead of value


JorisA
04-22-2007, 12:33 PM
When I create a form with a local combobox, and I do form.getValues(), it will return the text instead of the value of the field. ( combobox.getValue() returns the prober value though)

jack.slocum
04-23-2007, 02:18 AM
Supply a hiddenName and it will use the value instead of the text.