30 Oct
2001
30 Oct
'01
10:16 a.m.
Hi,
What's wrong with <dtml-var REQUEST> ? If i write <dtml-var REQUEST>, i view all data without problems.
I'm going to explain you my purpose: i must put a link, like in www.zope.org, called "Printable page", but the web pages are dynamic (they are generated with the values of variables pass through forms or with REQUEST.set), and to show the page ready for printing i need the values of those variables to make the URL. Bye.