Re: [racket] formlets and validation

2011-03-30 Thread Jay McCarthy
2011/3/29 Eric Tanter : > Hi, > > I'm exploring formlets (enjoying them for the most part!), and I'm wondering > what is the best way to handle input validation. Following the tutorial/guide > on formlets results in the web app throwing exceptions whenever > formlet-process encounters improper b

[racket] formlets and validation

2011-03-29 Thread Eric Tanter
Hi, I'm exploring formlets (enjoying them for the most part!), and I'm wondering what is the best way to handle input validation. Following the tutorial/guide on formlets results in the web app throwing exceptions whenever formlet-process encounters improper bindings. (eg. self-contract violati