[Haskell-cafe] Re: Multiple-selection formlet?

Chris Eidhof chris at eidhof.nl
Wed Sep 23 08:57:00 EDT 2009


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 <colinpauladams at googlemail.com>
> Date: 2009/9/21
> Subject: Multiple-selection formlet?
> To: Haskell Cafe <haskell-cafe at haskell.org>
>
>
> 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



More information about the Haskell-Cafe mailing list