Skip to Content
0
Former Member
Oct 31, 2003 at 03:50 PM

tableview

36 Views

hi,

i'm facing a problem to put a link for a column in a tableView..

setLinkColumnKey should set the specified column as link which i am doing but still the link doesn't show...

am using following code..

<hbj:tableView id="PropertyTable"

model= "MyJCoBean.activityGroupsModel"

design = "ALTERNATING"

headerVisible = "true"

fillUpEmptyRows = "true"

headerText = "STATUS INFO"

visibleFirstRow = "1">

<%

PropertyTable.setLinkColumnKey("linkRef",7);

%>

</hbj:tableView>

In the above code where to specify what linkRef does... where it should point to...?? plz help ..

Is there any other way to put link and where it should point depending on what is clicked?

deep