cancel
Showing results for 
Search instead for 
Did you mean: 

Assigning model for each controller and databinding in XML fragment

Former Member
0 Kudos

I have an XML fragment, within that, i have so many Input Controllers (ComboBox). I have attached the XML fragment to my XML view. Now I have to set the model for each comboBox and then i need to do Databinding for each controller in XML fragment. If possible anyone can give me an example and explanation? Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member340030
Contributor
0 Kudos

Hi ,

You can use Element binding to attach the EntitySet to the fragment (give the name to the model) .. EntitySet contains all the comboBoxes EntitySets which you can bind to the combo Box using aggregation binding (use the modelName to access the entitySet for comboBox binding) .

Thanks

Viplove

Answers (1)

Answers (1)

Former Member
0 Kudos

Hai Khushalani,

First of all thanks for your response. I did the same, actually there was a spell error and i have corrected it. But anyway thanks for the response

Regards,

Mohan