Skip to Content
0
Aug 28, 2006 at 08:06 AM

MVC Data Binding with htmlb:tableView ?

25 Views

I tried to use MVC data binding a couple of times to send the values of my model to the view and get the user input back into the model.

It has worked fine so far.

Now I am thinking of using data binding in a tableView.

Are there any example on this?

I have a model class with an attribute mt_table and a view with a tableView. If I put the mt_table into the tableView and make it editable, will the entire user input be transported back into the my_table?