Try...
for k,v in form.items():
k should contain the key name
v should contain the value
Otherwise...
value = form['Name_Of_Variable_OF_my_form']
Hope that helps.
Ryan
> Hello,
>
> Ok Sirs, I'm very late in my checking my mailbox ;-)
>
> I've a question in this code above : How can I get the values of a
> dictionary form?
> In my Method, I used form.values(), form.Name_Of_Variable_OF_my_form,
> but it is not working.
>
> Thanks
>
> Marcus Mendes
>
_______________________________________________
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 )