[Zope] dtml-echo?
jessica lee tishmack
jlt29707@sci.tamucc.edu
Fri, 17 Mar 2000 11:58:01 -0600 (CST)
Thanks for the quick reply...I tried the helpful suggestions, but can't
seem to get this to work.
>put this in a dtml document
> <dtml-var REQUEST>
When I do this, I get the list of variables...however, REQUEST_URI is not
in the list (the only REQUEST item in the list is REQUST_METHOD). Is it
supposed to be in the list? Is this why I am having trouble? How do I
get it in the list?
> To just get the environment variables;
> <dtml-in "REQUEST.environ.items()">
> <dtml-var sequence-key> : <dtml-var sequence-item> <br>
> </dtml-in>
Same thing happens here...no REQUEST_URI...
> So your code should work if you do this;
> href="http://validator.w3.org/check?uri=http://dnrdb.cbi.tamucc.edu:80
> /<dtml-var "REQUEST.environ['REQUEST_URI']">;weblint"
Nope, doesn't work...hmmm...maybe I am not doing this right....I am so new
to Zope....I tried doing a search on REQUEST_URI and dtml, but get less
than 5 sites on most search engines, so don't know where else to find
info...yikes! :-)
Help,
Jessica
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>