thks for your answer, but I use the variable PARENTS[0] in index2 and with
your syntax, the result is not the same.




                                                                                       
   
                    "Marcel                                                            
   
                    Preda"               Pour :  [EMAIL PROTECTED]                         
   
                    <marcel@punto        cc :                                          
   
                    .it>                 Objet :      Re: [Zope] dtml question from a  
   
                    Envoyé par :         newbizzzzz I want to access a dtml page under 
a  
                    zope-admin@zo        subfolder subfolder                           
   
                    pe.org                                                             
   
                                                                                       
   
                                                                                       
   
                    27/07/00                                                           
   
                    10:54                                                              
   
                                                                                       
   
                                                                                       
   




On Thu, 27 Jul 2000 [EMAIL PROTECTED] 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


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )





_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to