[Zope] External Methods

Ryan M. Dolensek rdolense@globalcrossing.com
Fri, 05 Jan 2001 09:16:18 -0600


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
>