[Zope] parameters X dtml document

Alexandre R. Dafoe de Aguiar ale@thecook.org
Tue, 31 Jul 2001 16:26:16 -0300


This is a multi-part message in MIME format.

------=_NextPart_000_0012_01C119DD.85C91820
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Im having some trouble on using URL parameters in zope.

What I'm doing:

I put in the browser: http://xxxxxxxxxxx.com/document?param=3Dtestpage

Then in the 'document' page I have the following code: <dtml-var param>

Then, what I get in the browser is the strin "testpage", instead of what =
I wanted, wich would be the content of the 'testpage' document.

How can I make the content of test page appear??

Thanks a lot

------=_NextPart_000_0012_01C119DD.85C91820
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Im having some trouble on using URL =
parameters in=20
zope.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>What I'm doing:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I put in the browser: <A=20
href=3D"http://xxxxxxxxxxx.com/document?param=3Dtestpage">http://xxxxxxxx=
xxx.com/document?param=3Dtestpage</A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Then in the 'document' page I have the =
following=20
code:&nbsp;&lt;dtml-var param&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Then, what I get in the browser is the =
strin=20
"testpage", instead of what I wanted, wich would be the content of the=20
'testpage' document.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>How can I make the content of test page =

appear??</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks a lot</FONT></DIV></BODY></HTML>

------=_NextPart_000_0012_01C119DD.85C91820--