Hi there,
I try to use a Image Column in a TableView, but it doesn't work. And I don't no why.
Here is a snippet of my Code:
<htmlb:tableView id="TestTableView" table="<%=TEST_TABLE%>">
<htmlb:tableViewColumns>
<htmlb:tableViewColumn columnName="STATUS"
type ="USER"
title = "STATUS" >
<htmlb:image src = "$TVCVALUE$" />
</htmlb:tableViewColumn>
</htmlb:tableViewColumns>
</htmlb:tableView>
Columns of TEST_TABLE: STATUS , DESCRIPTION.
Wat is wrong here ?