[Zope] 'id' name clash

John Hunter jdhunter@ace.bsd.uchicago.edu
Wed, 02 Jan 2002 10:36:03 -0600


I am working with a mysql database that has a field id.  

When that parameter is passed from my form via the CGI syntax
http://some.url?id=1234

I cannot access it in my DTML method because 
<dtml-var id> returns the Folder name.

Is there a way to selectively access the id parameter rather than the
Zope var 'id'.

Thanks,
John Hunter