
Hey Colin, Currently, I don't think this is supported. It would help a lot if you could send me a dumbed-down version of your code, I'll file an issue for it on github. Thanks, -chris On 23 sep 2009, at 14:35, Colin Adams wrote:
Just in case you missed it on the cafe.
---------- Forwarded message ---------- From: Colin Adams
Date: 2009/9/21 Subject: Multiple-selection formlet? To: Haskell Cafe I can't work out how to get multiple selections delivered from a formlet. I can add the multiple attribute to get the formlet to allow the user to make multiple selections, but I only get a single answer back. This seems inevitable from the type of rawSelect (or select) - since the list of values to select from is of type [(a, h)] and the result type is a.
Am I missing something?
-- Colin Adams Preston, Lancashire, ENGLAND
-- Colin Adams Preston, Lancashire, ENGLAND
participants (1)
-
Chris Eidhof