[Zope] path...
Casey Duncan
cduncan@kaivo.com
Wed, 04 Apr 2001 14:37:13 -0600
After Dark wrote:
>
> Hello!!
>
> Could somebody tell me if this would work? How should I do
> to make it work?
>
> <dtml-call "REQUEST.set ('path_dir','http://medsaude.lab.bsi.com.br/especialidade')">
> <dtml-with path_dir>
> <dtml-call expr="manage_addFolder(
> id=pasta, title=titulo)">
> </dtml-with>
>
> Thanks!
Assuming this is an object on your site you could use:
<dtml-with expr="REQUEST.resolve_url('/especialidade')">
<dtml-call expr="manage_addFolder(
id=pasta, title=titulo)">
</dtml-with>
--
| Casey Duncan
| Kaivo, Inc.
| cduncan@kaivo.com
`------------------>