4 Apr
2001
4 Apr
'01
8:37 p.m.
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 `------------------>