Hi,
I want to use <img> tag in between displaytag
EX:-
<img src="<display:column property="url"/>"/>
but its not working
i need help from this forum
Thanks vijay
aaaaa
Hi I'm supposed you want to display the images from a source which is defined in a property (isnt it?) Well , I dont know if this answer will help you and I havent tryed it..
<display :table name="mylist" id="list"> <display:column ....> <img src="${list.url}" ..../> </display:column> </display:list>
I am having the same problem. Have you resolve this?
eve
Log in to post a comment.
Hi,
I want to use <img> tag in between displaytag
EX:-
<img src="<display:column property="url"/>"/>
but its not working
i need help from this forum
Thanks
vijay
aaaaa
Hi I'm supposed you want to display the images from a source which is defined in a property (isnt it?) Well , I dont know if this answer will help you and I havent tryed it..
<display :table name="mylist" id="list">
<display:column ....>
<img src="${list.url}" ..../>
</display:column>
</display:list>
Hi,
I am having the same problem. Have you resolve this?
eve