Mercurial > urweb
view tests/both.ur @ 2223:9410959d296f
Remove Sqlcache urlification hack.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sat, 29 Nov 2014 04:34:41 -0500 |
parents | a5eb8f87bc17 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml> <body> <form> <textbox{#Text}/><submit action={submit}/> </form> </body> </xml> and submit r = return <xml/>