Have you tested?
FormEncode will convert that to an array so it should be
save_data(fruit=['apple', 'banana', 'pear']).
--
Jorge Godoy <jgo...@gmail.com>
Run tg-admin toolbox and click on the Widget Browser.
Have a look at the CheckBox List and Multiple Select Field.
The trick is that the controller receives one parameter that is a list
of all selected values.
-- Christoph
Don't forget to use the ForEach(convertToList=True)-validator to ensure
that you get a list under all circumstances. Makes the programming easier.
Diez
Please read Diez' previous message again and listen to his advice.
Chris