On 1/10/06, webwurst <[EMAIL PROTECTED]> wrote:
>
> Now I dived a bit more into FormValidators and wrote my own to compare
> two fields.
>
> The problem seems to be that FormValidators are not supposed to be
> placed within:
>
> @turbogears.expose(validators{ #FormValidator wrong here# }
>
> All validators in that place get a single value as parameter, but
> FormValidators want a "field_dict" with all form-fields in.
>
> So does someone use FormValidators with TurboGears right now? ;)
> Where can I put them?I believe you can say validators=<someschema> and the schema gets all of the values, not just a single value. Kevin

