Because I cant get this working: http://stackoverflow.com/questions/3250572/python-keyerror-with-form-getfirst
I have an alternative option, I have a function in DTML which needs to obtain a URL:
For example if the dtml webpage is located at
www.blah.com/foo/foo2?variable=55
How would i obtain the URL of this page using a python function?
The function is called by:
<dtml-var test>
The syntax for "test" is rite, the Zope documentation says so.