[Haskell-cafe] Happstack, RqData: (How) can I extract multiple
data from form?
Christopher Done
chrisdone at googlemail.com
Mon Oct 18 12:29:14 EDT 2010
2010/10/18 Никитин Лев <leon.v.nikitin at pravmail.ru>:
>
>
> Hello.
>
> (How) can I query multiple data from form?
> One of requirement is possibility to add additionally key and tags for this key (via button, using javascript).
> Can I groupe such pairs using html?
The following looks like something that you might want:
http://hackage.haskell.org/packages/archive/formlets/0.7.3/doc/html/Text-Formlets-MassInput.html
See the source for more clues about its use:
http://hackage.haskell.org/packages/archive/formlets/0.7.3/doc/html/src/Text-Formlets-MassInput.html#massInput
More about the Formlets library here:
http://www.haskell.org/haskellwiki/Formlets
More information about the Haskell-Cafe
mailing list