[Zope] Re: question on python script, dtml method and options

Josef Meile jmeile at hotmail.com
Wed Jul 20 17:28:18 EDT 2005


Hi Erik,

> next_state does get initialized - it is the name of the submit buttons 
> on my various forms.
So, then it should be in the request object. Just to test it, put the
following at the begining of your python script (You don't have to
delelete anything):

return request

Then submit the form that calls the script and check if next_state is
really a key in the request object. On the contrary, it could be an
error in the html code where create the form.

Regards,
Josef



More information about the Zope mailing list