| OdesÃlatel: Dieter Maurer <dieter@handshake.de> | | Jaroslav Lukesh writes: | > ... | > <dtml-with expr="objectValues('DTML Document')"> | This looks wrong: | | "objectValues" returns a list, "dtml-with" expects an object | with (interesting) attributes. Many thanks. I was try to do with WITH tag, but not successfully. So I was try TRY tag <dtml-try> <dtml-var index.htm> <dtml-except> <dtml-var standard_html_header> <dtml-var sys_list-item> <dtml-var standard_html_footer> </dtml-try> but it does render parent index.htm instead folder content due acquisition. So it is some way to tell that I do not want acquisition? I was play with PARENTS[0], but I dont know exact syntax. Either that codes still does not have TRUE to render index.htm. <dtml-if "hasId('index.htm')"> <dtml-var index.htm> <dtml-else>... <dtml-if expr="_.string.find(_['index.htm'],'index.htm')==0"> <dtml-var index.htm> <dtml-else>... Thanks J. Lukesh