Deniz, Metin wrote:
thanks you very much for the quick response. <dtml-var "FolderAA.docAA(None,_)"> is exactly what I need.
If you guys don't mind me asking another question: <dtml-var "FolderAA.docAA(None,_)"> works, because its in the FolderAA is in the same namespace like docA.
But how would I access the docB from within docA?
I have a application with following structure
FolderA ------docA (dtml-document) ------FolderAA -----------docAA FolderB ------docB ------FolderBB -----------docBB
The same move as well: <dtml-var "FolderB.docB(None,_)"> (explanation: FolderB can be acquired from docA) Cheers, Maik P.S.:Please don't alter mail-subjects without needs... Some mailclients/newsclients are sorting the threads by subjects. Thank you.