@validate sounds best because that's what it's doing. And if anybody asks what's it validating, what else can it be but the input?
@accept and @unpack are OK but less self-evident. @accepts sounds wrong: how many other decorators have a verb ending in s? @process gets confusing with OS processes. @process_input would be better. So pages that just display would use @expose, and pages that receive input would use both @??? and @expose? So the form would be both an @??? argument and in the return dictionary? -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable)

