> If I write DTML that way:
>
> <td><dtml-var telephone missing="(No phone)"></td>
>
> and if "telephone" comes from a ZSQL method, "missing" is ignored
> even if the
> field was NULL (in SQL sense). Is it normal?
"missing" is only effective if the variable telephone cannot be found. Even
if it has a null or None value, it's not considered missing. Try <dtml-var
telephone null="(No phone)"> instead.
_______________________
Ron Bickers
Logic Etc, Inc.
[EMAIL PROTECTED]
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )