Re: From where does nothing spring from?
--- In zope@egroups.com, Graham Chiu <anon_emouse@h...> 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
In article <20000617135748.69900.qmail@hotmail.com>, Hung Jung Lu <hungjunglu@hotmail.com> 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 gchiu<at>compkarori.co.nz http://www.compkarori.co.nz/index.php Powered by Interbase and Zope
participants (2)
-
Graham Chiu -
Hung Jung Lu