Aug. 31, 2005
10:59 a.m.
If I have a multiple select box, how can I receive all the selected items? The next line only give me one value: items = contex.arg('selectbox') Thanks