20 Jul
2005
20 Jul
'05
9:28 p.m.
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