Re: [Zope] login system discussion

2005-04-07 Thread prabuddha ray
ok, i get it.
So what is the way to set a request form var in the python script.


On Wed, 6 Apr 2005 12:55:33 -0300, Jose Henrique dos Reis
[EMAIL PROTECTED] wrote:
 Your request.set puts 'invalid' in request/other, not in request/form.
 
 Zenrique

-- 
Share the vision of difference with ME
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] login system discussion

2005-04-07 Thread Dieter Maurer
prabuddha ray wrote at 2005-4-6 23:17 -0700:
So what is the way to set a request form var in the python script.

Please read the Zope Book -- carefully!

You should find a section explaining the request object,
its API (especially its set method) and its essential attributes
form, cookies, other and environ.


-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )