Skip to Content
0
Former Member
Aug 04, 2008 at 10:04 PM

Column Defination using iterator

54 Views

Hi Experts,

I really need some help urgently.

I am using the Table view Context nodes to display the result list. Currently column heading are coming from the data element level. I am trying to implement to ITERATOR to redifn the column heading and values. The reason for this approch is it is easy to use existing transalations. My question is how and where to call this iterator class to get column defination from iterator instead of from config context nodes in IMPL class. I am planning to use the thtmlb tableview parameter.

Could you please help on this.

Tableview

-


<thtmlb:tableView id = "Contact_List"

usage = "EDITLIST"

headerText = "Contact_list"

selectionMode = "NONE"

width = "100%"

fillUpEmptyRows = "TRUE"

table = ""//Contacsearch/Table"

iterator = "<%= controller->iterator %>"

visibleRowCount = "8"

ajaxDeltaHandling = "TRUE"

personalizable = "TRUE"

showNoMatchText = "TRUE"

design = "STANDARD"

>

</thtmlb:tableView>

Regards,

Srini