Skip to content

Commit b150139

Browse files
authored
Add core namespace to XML view examples
Added `xmlns:core="sap.ui.core"` to `InvoiceList.view.xml` otherwise the UI won't render.
1 parent b07f921 commit b150139

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/walkthrough/steps/24/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ We add a declarative sorter to the binding syntax of the list control. Therefore
4040
<mvc:View
4141
controllerName="ui5.walkthrough.controller.InvoiceList"
4242
xmlns="sap.m"
43+
xmlns:core="sap.ui.core"
4344
xmlns:mvc="sap.ui.core.mvc">
4445
<List
4546
id="invoiceList"
@@ -69,6 +70,7 @@ As with the sorter, no further action is required. The list and the data binding
6970
<mvc:View
7071
controllerName="ui5.walkthrough.controller.InvoiceList"
7172
xmlns="sap.m"
73+
xmlns:core="sap.ui.core"
7274
xmlns:mvc="sap.ui.core.mvc">
7375
<List
7476
id="invoiceList"

0 commit comments

Comments
 (0)