[Seaside] how to catch multiple value from a list in a select form?

Hilaire Fernandes hilaire2006 at laposte.net
Sun Mar 25 10:54:12 UTC 2007


I have found the following to not work as expected:

html attributes at: 'multiple' put: 'multiple'.
html openSelect.
IFIAdult functions do: [:afunction |
    html
       optionWithLabel: afunction
       callback: [teacher addFunction: afunction]] .
html closeTag: 'select'.

 From this code snippet it could be expect the callback to be called 
several time with the selected values from the list, but this never 
happen. If so, how can be catched the selected values?

Hilaire



More information about the seaside mailing list