Skip to Content
0
Former Member
Dec 12, 2007 at 06:21 PM

TableView & Iterator & Editing.

21 Views

Hello,

I'm new on BSP.

I have a table view with an iterator.

                        <htmlb:tableView id              = "qualif_bo"
                                         table           = "<%= t_postes %>"
                                         emptyTableText  = "<%= otr(ZMOB/NORESULT) %>"
                                         iterator        = "<%= iterator_qualibo %>"
                                         sort            = "server"
                                         headerVisible   = "false"
                                         width           = "100%"
                                         design          = "alternating"
                                         footerVisible   = "false"
                                         visibleRowCount = "0"
                                         fillUpEmptyRows = "false" />

The cells ared editable .

I modify the cells values on the page and after I click on a button.

I would like on the 'do_handle_event' get the internal table 't_postes' updated (with the new values the user set).

How I have to do ?

Thank you.

B.Pochin

Message was edited by:

Bernard Pochin