Hello all!! I have a question about something I just couldn´t figure out myself.... I have a form wich passes the picture value depending on the picture people click on. Lets say one would click on the agenda_gif I would want the folowing page (the form action page ) to take that value and add _text to it. Well I have that working with the folowing <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. Can someone help me on getting this? Sure hope so!! Greetz, James van der Veen
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.
participants (2)
-
James van der Veen -
Oleg Broytmann