Kevin Dangoor wrote: > On 12/27/05, Mike Orr <[EMAIL PROTECTED]> wrote: > > > > @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? > > That was what I was thinking. You're either validating that set of > validators or the inputform (or both). >
Well, you are both right, +1 for validate then. Also since (as Mike said) you are obviously validating input shouldn't inputform be renamed to form? @validate(form=..., validators=...) Ciao Michele

