Menu

#11 documentation quickstart

v1.0_(example)
open
nobody
None
5
2003-04-11
2003-04-11
Anonymous
No

Hi, in the quickstart tutorial the following
example seams to have a bug:

def writeContent(self):
# .processForm() is inherited from FormServlet
formProcessed, data = self.processForm()
if formProcessed:
self.renderForm()
else:
self.write('Thanks for signing up!')

I think there is a "not" missing in "if formProcessed".
Or did I understand something wrong ???
This occurs in the docs in the dowload too.

Greetings, Uwe.

PS: nice work...

Discussion


Log in to post a comment.