[Zope] Can I send SESSION variables to SQL Method ?

R. David Murray bitz@bitdance.com
Sun, 19 Mar 2000 17:52:23 -0500 (EST)


On Fri, 17 Mar 2000, Richard Moon wrote:
> be inserted into an SQL table. THe problem is that as soon as I call the 
> second form the existing FORM variables in the REQUEST are lost. I've tried 

You could always put the values you've already accumulated into
fields of type 'hidden' in the subsequent forms.

--RDM