Some javascript/style in this post has been disabled (
why?)
Hi,
If res0/getImatge return an Image you have to put it as
image tag giving the method url as src
<img src=”#” tal:attributes=”src
python:res0.absolute_url()+’/getImage’ ”>
If you got a broken image in the page check the error
log for more details
Carlo.
<span tal:replace="res0/getTitulo">
<span
tal:replace="res0/getDescripcio">
<span
tal:replace="structure res0/getImatge"/>
All is ok with the Title and Description, but when I
ask for the Foto (which is an ImageField) I find this error:
|
Tipo de Error
TypeError
Valor
del Error
'str'
object is not callable
|
do you know why?
Thanks!