[Zope] Newbie: URL0
Steve Alexander
steve@cat-box.net
Sun, 14 May 2000 22:31:39 +0100
Andy wrote:
>
> Darn I thought that worked, when it didnt. For example:
> /folderx/foldery/blob_html.... all I get is the foldery, not blob_html.
>
> grrr.
Andy,
I'm not entirely sure what you're trying to do. However, this may help:
1: Create a new DTML method somewhere
2: Delete the default text of the method
3: Put just the following in instead:
<dtml-var REQUEST>
4: Point your browser at the new DTML method's URL
This will give you a list of all the values in the REQUEST object.
Hopefully you'll find one there that is useful to you.
--
Steve Alexander
Software Engineer
Cat-Box limited