I have an HTML Form with a MULTIPLE Select Object in it. To access the
the selected options in LiveWire (server) Javascript, you must use the
getOptionValue and the getOptionValueCount LiveWire functions. These
functions are returning null and 0 respectively for me.
I have even duplicated the example in the LiveWire Developer Guide (page
230) and get the same results.
Has anyone had any success using these two functions.