On 1/17/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > Is there any attribute that can be used to differentiate a required "widget" > of an optional widget?
You either don't pass a validator or do validator=V.Any(V.Int,V.Empty). I import validators as V.

