
25 Feb
2005
25 Feb
'05
4:22 p.m.
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