Mercurial > urweb
view tests/both2.ur @ 1651:dfc854e478bb
Error messages about applying 'dynClass' to tags that don't like it
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 31 Dec 2011 13:31:00 -0500 |
parents | a5eb8f87bc17 |
children |
line wrap: on
line source
fun main () : transaction page = let fun submit r = return <xml/> in return <xml> <body> <form> <textbox{#Text}/><submit action={submit}/> </form> </body> </xml> end