PDA

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



JorisA
22 Apr 2007, 8:33 AM
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
22 Apr 2007, 10:18 PM
Supply a hiddenName and it will use the value instead of the text.