On Thursday 17 August 2006 1:57 pm, Muk Yan wrote:

> Name:<input type="text" name:"first_name">

Make that:

   <input type="text" name="first_name">

> DTML Method, process_this_form:
> <dtml-call "REQUEST.SESSION.set ('firstName', first_name)>
> <dtml-call "this_is_a_python_script()">
>
> and in the Python Script, this_is_a_python_script
> I use REQUEST.SESSION.get('firstName')

Make that:

  <dtml-call "this_is_a_python_script(request['first_name'])">
-- 
Kirk Strauser
The Day Companies
_______________________________________________
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 )

Reply via email to