[Zope] forms: copying objects from request to request
Maik Jablonski
maik.jablonski@uni-bielefeld.de
Mon, 28 Jan 2002 19:21:38 +0100
hello again,
> I believe I must, somehow,
> copy the value of x from REQUEST of A to B to the new REQUEST from B to C.
you must use a hidden form in DocumentB to transport your variable x from DocumentA to DocumentC.
something like this:
<input type="hidden" name="x" value="<dtml-var x missing="">">
bye, maik jablonski
--
Maik Jablonski
Zentrum fuer Lehrerbildung
Universitaet Bielefeld
Germany