fea jabi wrote: > <var-value>( ((*this* == "") or (*this* != null)) > and (*this* >= 0) )</var-value>
Never used validwhen, but wouldn't the boolean equation be something more like: this == "" or this == null or this >= 0? You have something more like "it's valid when the value is empty and the value is >= 0", which is improbable at best. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]