Hi Hans,
You have to bind the model to your ComboBox Items Aggregation. Please check line #8 for the change.
- <core:Viewxmlns:core="sap.ui.core"xmlns:mvc="sap.ui.core.mvc"
- xmlns="sap.m"controllerName="zui5_report_xml.Master"xmlns:form="sap.ui.layout.form"
- xmlns:html="http://www.w3.org/1999/xhtml">
- <App>
- <Pagetitle="Example">
- <form:SimpleForm>
- <Labeltext="Auto"/>
- <ComboBoxitems="{/items}">
- <items>
- <core:Itemkey="{key}"text="{text}"/>
- </items>
- </ComboBox>
- </App>
- </core:View>
Regards,
Sai Vellanki.