Skip to Content
0
Former Member
Oct 09, 2003 at 04:32 PM

Image Column in a Table View

80 Views

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 ?