Happstack, RqData: (How) can I extract multiple data from form?

Hello. (How) can I query multiple data from form? Foor form ala <form> <input name="foo"/> <input name="foo"/> /form> I can use 'looks "foo"' to get array of values. Ok. But Is there any way to extract values from such form: <form> <input name="key" val="key1"/>

2010/10/18 Никитин Лев
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-For... See the source for more clues about its use: http://hackage.haskell.org/packages/archive/formlets/0.7.3/doc/html/src/Text... More about the Formlets library here: http://www.haskell.org/haskellwiki/Formlets
participants (2)
-
Christopher Done
-
Никитин Лев