I am unsure whether this is a bug or me being dumb, but when I add an <ucw:select field that allows multiple values like this:<br><br>         (<ucw:select :multiple t :accessor (slot-value page 'testslot)<br>                      (<ucw:option :value 1 "a")
<br>                      (<ucw:option :value 2 "b")<br>                      (<ucw:option :value 3 "c"))<br><br>...the select element will indeed allow multiple rows to be selected, and the value that is put into the component slot is indeed a list instead of a single value, but it only contains one element, even when I select multiple elements before submitting. How do I fix this?
<br><br>Thanks,<br>Marijn<br><br>