how to pass a variable stored in a REQUEST object from pages to pages
Hi all, How can I pass a variable stored in a REQUEST object to different pages WITHOUT using a form. Example: I have a page (.page template) called 'display' which receives information from a previous page. The information received is in . Request -> form -> afield On that 'display' page, I have several links to other pages, how can I transmit the same information (Request -> form -> afield) to the linked pages, so that they can use those values as well? Thanks in advance, -- Jean Baltus
On Fri, 4 Jul 2003 15:32:39 +0200 GMT (..15:32 where i live(GMT+2) ) Jean Baltus asked the Zope mailinglist about the following:
Hi all,
How can I pass a variable stored in a REQUEST object to different pages WITHOUT using a form.
Use sessions :) read about them in the Zope book , chapter 19 http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Sessions.stx -- Geir Bækholt
participants (2)
-
Geir Bækholt -
Jean Baltus