RE: [Zope] DTML question: URLn for n > 9?
-----Original Message----- From: Anthony Baxter [mailto:anthony@interlink.com.au] Sent: Wednesday, May 26, 1999 7:11 AM To: zope@zope.org Subject: [Zope] DTML question: URLn for n > 9?
DTML questions, probably really stupid ones (I'm tired, and I can't see the answer in the source, or in the DTML ref...)
Is there an equivalent for URL1, URL2, &c for when you go past a 9 deep hierarchy?
Uhm. Nope. Hard coded from 0 to 9. You're welcome to take a stab at extending it (ZPublisher/HTTPRequest.py 'round line 455 or so). I belive it's small and tight like this for speed and that the URLns are sort of convienence. alternatively, you could have your application keep track of the URLs itself. -Michel
(yes, it's autogenerated - I don't have anything _that_ evil built by hand :)
Anthony
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Michel Pelletier