Hi experts,
I had image in Tableview Column.
I gave data like this,
String image=request.getWebResourcePath() + "/images/shape.gif";
dataVec.addElement(image);
In Jsp,
tableView.setColumnType(TableColumnType.IMAGE, 4);
when click the image it should open my component (irj/servlet/prt/portal/prtroot/com.company.xyz.abc).
how can i data for TableColumnType.IMAGELINK.
please help me regards this.
Regards,
Chinnadurai R