[Zope] Re: From where does nothing spring from?

2000-06-17 Thread Hung Jung Lu

--- In [EMAIL PROTECTED], Graham Chiu [EMAIL PROTECTED] wrote:
dtml-var "REQUEST.set('error',f_Email.isNotEmail(f_Email,_))"

This mistake happens all the time. :) Instead of "var", use "call".

  dtml-call "REQUEST.set('error',f_Email.isNotEmail(f_Email,_))"
  dtml-var "REQUEST.error"

(I think you face is red, now. ha! OK, I maybe wrong.)

---

If this is not the source of the problem, please provide also the function 
argument list. It's kind of hard to read the function without seeing the 
function header.

regards,

Hung Jung

(Thanks for encouraging me to make HappySession into a product!)




Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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




[Zope] Re: From where does nothing spring from?

2000-06-17 Thread Graham Chiu

In article [EMAIL PROTECTED], Hung Jung Lu
[EMAIL PROTECTED] writes
This mistake happens all the time. :) Instead of "var", use "call".

 dtml-call "REQUEST.set('error',f_Email.isNotEmail(f_Email,_))"
 dtml-var "REQUEST.error"

(I think you face is red, now. ha! OK, I maybe wrong.)

Not really, I continue to be confused by Zope syntax and so make these
errors all the time g

-- 
Regards,  Graham Chiu
gchiuatcompkarori.co.nz
http://www.compkarori.co.nz/index.php
Powered by Interbase and Zope

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