----- Original Message -----
From: "Graham Chiu" <[EMAIL PROTECTED]>
> <dtml-var "REQUEST.set('error',f_Email.isNotEmail(f_Email,_))">
>
> where f_Email is an instance of the product, then the words
>
> 'None'
>
> are returned as well, and render to the screen.

REQUEST.set returns None.  You want to use <dtml-call> instead of
<dtml-var>, to ignore the returned value.

Cheers,

Evan @ 4-am & digicool


_______________________________________________
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 )

Reply via email to