On 12/13/05, Guyon Morée <[EMAIL PROTECTED]> wrote: > What I'm looking for is an example that uses validator schema's, but > also shows the roundtrip to the input screen which tells the user whats > wrong.
While it's not a direct example, the validators are actually FormEncode[1], which is fairly well documented on the website. htmlfill (same site) is used to complete the trip from the validator back to the browser. [1]http://formencode.org/ It's not what you were looking for, but it'll give you something to go on if nobody has an example. Karl

