Hi, im trying to display the image in the image column. i thought i solved this problem previously but its still aint working :( please help!
<%
Collection staff= (Collection)request.getAtt
ribute("st
aff");
%>
<display:table name="${staff}" pagesize="2" d="row">
<display:column property="staffName"/>
<display:column property="staffSalary"/>
<display:column title="image">
<img src="......."/>">
</display:column>
</display:table>
Start Free Trial