Skip to Content
0
Former Member
Jan 25, 2008 at 12:14 PM

Problems with data-binding in TableView (MVC) by using getter-method

39 Views

Hello,

is there specific by using getter-Method for data binding with tableview?

Without a getter-method the data binding works. After I used the getter method for the table-attribute (copied from F_BSP_MODEL_BINDING) the get-method was not used and the tableview was empty.

I need the getter-method for filling my table attribute with data.

When I use the get-method for data elements and structures in the same way, it works. Only the table-get-method doesn't work.

What I do wrong?

Regards, Tina

Edited by: Tina Trenkler on Jan 25, 2008 1:17 PM