[Zope] Strange dtml-var behavior
James van der Veen
james@codenamefuture.nl
Wed, 29 Aug 2001 16:24:22 +0200
Hello all!!
I have a question about something I just couldn=B4t 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=3D"picture +'_text'">
<img src=3D"<dtml-var picture>" width=3D"500">
<br>
<dtml-var text>
but this results in the page showing met the text:
agenda_gif_text
The thing is I don=B4t 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