Skip to Content
0
Former Member
Dec 15, 2003 at 01:33 PM

HTMLB - tableColumnView - link to new page - HOW????

66 Views

Hello,

I'd like to be able to link the cells in a column of my table to a new page.

<htmlb:tableViewColumn

columnName = "dwaitti"

title = "Dialog Wait Time"

type = "LINK"

width = "50"

linkColumnKey = "dwaitti"

linkClickTarget = "chart.htm?f=dwaitti&s=<%=myStart%>&e=<%=myEnd%>" />

I've tried using linkClickTarget but that doesn't seem to do what I want? Whenever I click on this

column in any cell I get the current page reloaded. I've looked at the example for tableView but it doesn't seem to help to much either???