Skip to Content
0
May 04, 2006 at 08:51 AM

Nested image Tag in tableview iterator

55 Views

In the past I use the tableview tag "tableViewColumn". In this tag a nested image tag inside a link tag was used.

Now I use the tableview iterator. But I can only define one p_replacement_bee in the RENDER_CELL_START method.

Does anyone knows a solution for my problem?

Example:

<htmlb:tableViewColumn columnName = "transport"

tooltipColumnKey = "transport_tooltip"

type = "user"

title = "<%= otr(zinternet/tracking) %>"

horizontalAlignment = "center" >

<htmlb:link id = "$TVCID$"

reference = "$TRANSPORT_LINK$"

target = "_blank" >

<htmlb:image src="$TVCVALUE$" />

</htmlb:link>

</htmlb:tableViewColumn>