10 Feb
2003
10 Feb
'03
9:35 a.m.
Hi all I have two folder A e B in the root: |_A (id=A title=A) |_B (id=B title=B) In B I have a dtml method "getTitle", with the line <dtml-var title>. If I use the url /B/A/getTitle it returns 'A', and this is OK. But if I have a method in the root with the line <dtml-var "B.A.getTitle()"> I have a keyerror (title parameter). Why with the syntax B.A.getTitle() the method getTitle() doesn't acquire by A? Thanks. Michele