Hello,
For the multiselect table view, I see a SELECTALL/DESELECTALL icon at the top left. I am not able to collect its event. I put a breakpoint in On input processing but it never goes there. When I click it...It gives a error message as:
500 SAP Internal Server Error
Error message: Access not possible using 'NULL' object reference. ( type of termination: RABAX_STATE )
Here is my table view.
<htmlb:tableView id = "TV5"
headerText = "Requests"
headerVisible = "true"
design = "alternating"
fillUpEmptyRows = "false"
onHeaderClick = "MyEventHeaderClick"
onRowSelection = "MyEventRowSelection"
selectionMode = "MULTISELECT"
table = "<%= t_data %>" >
</htmlb:tableView>
Could anyone help me how to catch event for this or how this error can be supressed.
Thanks
PK