[Zope] Data persistence ?

Fabio Mengue fabio@ccuec.unicamp.br
Mon, 15 May 2000 09:22:45 -0300


Hi,

  This may be a newbie question :)

  I've build a form and I want to save the data entered in the form
fields in a MySql database.

  So I build Form1. When the user presses "OK" he is taken to Form2,
where all the info is presented, and he is asked to confirm if things
are right. On Form2, I get the info from Form1 with

<dtml-var name>

  Then the user presses "Confirm" on Form2, whose ACTION is a Z SQL
Method. But the SQL can't access any info coming from Form1.

  What I'm doing wrong ?

Thanks a lot,

Fabio.

PS: Sorry for my bad english :)