This is the error I get when I set it without the quotes: Error Type: TypeError Error Value: hasattr, argument 2: expected string, int found Hope this helps. I'm stumped. From what I've heard on this site, how I have it setup is correct. Maybe there is something wrong with my installation. ....Everything else *seems* to work ok..... This happens to be on an almost standard ZServer setup on the modified port of 1104 (ZServer won't run on the default ports) anymore since I did the rewrite thing with one of my "regular" apache served domains. Thanks for your replies. [snip]
Terrel was correct:
<dtml-with folder> <dtml-var method> </dtml-with>
I'm gusing you typed:
<dtml-with "folder"> <dtml-with "method"> </dtml-with>
Which would cause what your getting.
-Michel [snip]
-- Mike Mikkelsen