17 Sep
2004
17 Sep
'04
8:45 p.m.
kepes.krisztian wrote at 2004-9-17 10:26 +0200:
... They are multiple forms, because the first is open the next, but in same browser window, and when the second form opened, the first form is not saved to database, only stored in persistent store. And when the second form is closed by submit, the first form is showed, and the first form's data is get from persistent store, not from database.
Usually a session object is used for this kind of task. Read the respective chapter in the Zope Book (2.6/2.7 edition, online). -- Dieter