cancel
Showing results for 
Search instead for 
Did you mean: 

template shareable error while binding combo box from controller

hiltonsam7
Explorer
0 Kudos

hi all

I am facing problem while binding odata values in controller its showing error like this , values are getting binding but when i click on the values data getting disapper , error occured while binding f4 set values

Accepted Solutions (0)

Answers (1)

Answers (1)

gill367
Active Contributor

Hi

template shareable should be property of ur binding info as below not for the template itself.

plant.bindAggregation("items", {
                path: "/results",
                template: oItems,
                templateShareable : true
            })