[Zope] Help with DTML-var tag and Passing Variables
Rob Senk
SenkR@mascorp.com
Thu, 12 Apr 2001 16:54:25 -0700
This works great as a link in a dtml method. I pass the variable "name"
from the page in which this link is on and I get the user's address just
fine
<a href="<dtml-var q_address url>?Names.First_Name=<dtml-var name>">Get
User's Address</a>
What I really want to do is not have a link and just call all the data on
one page eliminating the need for hyperlink. I would have thought this
would work:
<dtml-var "q_address(Names.First_Name=<dtml-var name)>
It does not. Just shows up as txt on the page.
If someone can help out I would appreciate it. I have searched the archives
extensively and tried the various methods.
Rob