27 May
2003
27 May
'03
7:20 a.m.
Sébastien Georget schrieb:
Is there a function to do the same with a path ? For example : template = 'template_folder/template_1' xxxfunction(portal, te
Have a look at restrictedTraverse: templatePath = 'template_folder/template_1' templateObject = context.restrictedTraverse(templatePath) Cheers, Maik