Re: [Zope-dev] getting request variables values
that's the point: <dtml-var REQUEST> gives me the value of SSL_CLIENT_EMAIL, that is a HTTPS environment variable but trying to get <dtml-var "REQUEST.SSL_CLIENT_EMAIL"> don't work. any tips? Leonardo Kenji Shikida Webmind - Brazil Office ----- Original Message ----- From: Jim Washington <jwashin@vt.edu> To: Leonardo Kenji Shikida <kenji@intelligenesis.net> Sent: Thursday, July 20, 2000 4:18 PM Subject: Re: [Zope-dev] getting request variables values
Leonardo Kenji Shikida wrote:
does not work with
>>>>>>>>>>>>>>>>>> <dtml-var standard_html_header> <h2><dtml-var title_or_id></h2> <dtml-var "REQUEST.SSL_CLIENT_EMAIL"> <dtml-var standard_html_footer> >>>>>>>>>>>>>>>>>>
why?
What does <pre><dtml-var REQUEST></pre> give you?
It will fail if SSL_CLIENT_EMAIL does not have a value (or is bank) in the submitted form.
-- Jim
participants (1)
-
Leonardo Kenji Shikida