Hallo,
I have a TableView like this
<htmlb:tableView id = "systemuebsicht" allRowsEditable = "TRUE" design = "ALTERNATING" filter = "server" headerText = "Systemuebersicht" selectionMode = "lineedit" onRowSelection = "sel_row_sysueb" table = "//mdlauftrag/positionen" iterator = "<%= my_iterator %>" selectedRowIndex = "<%= mdlauftrag->sel_row_tv_sysueb %>" visibleRowCount = "8" fillUpEmptyRows = "true" > </htmlb:tableView>
In the browser I see one filter-row and 7 rows the user can select for input.
If I select the last row in the table I get a javascript error:
'parentNode' ist Null oder kein Objekt
Is there any solution to this problem?
Guido
As far as I remember such an error was fixed sometime ago in one of the SPs.
Probably there is a note for fixing this.
Since I don't know your system SP level I guess you will find the correct note faster:
See here http://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=DISPL_TXT&_NNUM=616900
the list of the BSP notes and search for the note according to your current SP level.
Add a comment