20 Jun
2000
20 Jun
'00
6:11 p.m.
On Tue, 20 Jun 2000, NABETH Thierry wrote:
I had also thought that I could store in this field, the url of the object. From this url, I would then be able to get the object. (since you can call an kind of method by <url-of-the-object>/<mymethod>) But it didn't work. For instance <dtml-with <url-of-the-object>> .... </dtml-with> raise an error.
There's a method on REQUEST that takes an absolute URL and gives you back the object. Check the ZQR. --RDM