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