29 Aug
2001
29 Aug
'01
2:39 p.m.
On Wed, 29 Aug 2001, James van der Veen wrote:
<dtml-let text="picture +'_text'">
<img src="<dtml-var picture>" width="500"> <br> <dtml-var text>
but this results in the page showing met the text:
agenda_gif_text
The thing is I don╢t want it to return this bit of text but the propety agenda_gif_text that the folder it lives in has.
Interpret it in the namespace: <dtml-var "_[text]"> Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.