On Aug 4, 2005, at 1:19 PM, Fred Drake wrote:
On 8/4/05, Alec Munro <[EMAIL PROTECTED]> wrote:
We want to allow a choice field with an "other" option, that allows
them to type in an arbitrary value. So far, we have this working up
until the point of validation. At the point of validation, it
On Aug 4, 2005, at 12:58 PM, Alec Munro wrote:
Hi List,
We want to allow a choice field with an "other" option, that allows
them to type in an arbitrary value. So far, we have this working up
until the point of validation. At the point of validation, it notices
that the other value is not in t
On 8/4/05, Alec Munro <[EMAIL PROTECTED]> wrote:
> We want to allow a choice field with an "other" option, that allows
> them to type in an arbitrary value. So far, we have this working up
> until the point of validation. At the point of validation, it notices
> that the other value is not in the v
Hi List,
We want to allow a choice field with an "other" option, that allows
them to type in an arbitrary value. So far, we have this working up
until the point of validation. At the point of validation, it notices
that the other value is not in the vocabulary, and raises
ConstraintNotSatisfied.
M