[Haskell-cafe] YAWQ (Yet Another Wash Question)

John Goerzen jgoerzen at complete.org
Fri Feb 25 11:22:03 EST 2005


On Fri, Feb 25, 2005 at 04:15:55PM +0100, Matthias Neubauer wrote:
>   standardQuery "Input Page" $ table $ do
>     do tr $ td $ text "Hello!"
>        h <- inputCode 
>        tr $ td $ text "Press the button!"
>        tr $ td $ submitCode h nextPage

I like the idea, but...

doesn't this still have a problem if inputCode creates multiple fields
on the screen?  That is, h would only hold the last one?

-- John


More information about the Haskell-Cafe mailing list