dtml question from a newbizzzzz I want to access a dtml page under a subfolder subfolder
I want to access a dtml page under a subfolder - portal (folder) - index1 (dtml) - reunion (folder) - index2 (dtml) I want to acces the index2 variable in the index1 dtml page. How can I do it ? thks for your answer David Sergent
On Thu, 27 Jul 2000 dsergent@imexpert.com wrote:
I want to access a dtml page under a subfolder
- portal (folder) - index1 (dtml) - reunion (folder) - index2 (dtml)
have you tried (UNTESTED) : <dtml-var reunion.index2> ? bye, Jerome ALET - alet@unice.fr - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE
On Thu, 27 Jul 2000 dsergent@imexpert.com wrote:
I want to access a dtml page under a subfolder
- portal (folder) - index1 (dtml) - reunion (folder) - index2 (dtml)
I want to acces the index2 variable in the index1 dtml page. How can I do it ?
thks for your answer David Sergent
<dtml-with reunion> <dtml-var index2> </dtml-with> OR <dtml-var "reunion.index2"> PM
participants (3)
-
dsergent@imexpert.com -
Jerome Alet -
Marcel Preda