Skip to Content
0
Former Member
Oct 18, 2006 at 03:25 PM

Complex data binding

25 Views

Hello,

I wonder if the following is possible by using MVC.

In my model clas cl_model there is a public attribute called ref_attr which is a ref to cl_attrclass. cl_attrclass has a public attribute str_attr which is a string. Can I use model binding to fill str_attr? What requirements must the classes meet?

ALEX