18 Aug
2003
18 Aug
'03
9:31 a.m.
OdesÃlatel: Can Burak Cilingir <canburak@knuth.cs.bilgi.edu.tr> i have a folder hierarchy which has "index_html(dtml doc)", "left(dtml mtd)", "main(dtml mtd)" etc in the root folder, and "my_index(dtml method)" in all folders. (index_html has <dtml-var left><dtml-var main>)
when i add "my_index" at the "main" (<dtml-var my_index>)and call say "http://xxx/Something/Otherthing", i saw "my_index" which is at the root,
not the one inside "Something/Otherthing".
Easy :-) You need to call folder "Otherthing", not a page "Otherthing" 8-) http://xxx/Something/Otherthing/ ^ Regards JL.