Skip to content

Commit dba5cdd

Browse files
authored
docs(‎packages/walkthrough/steps/24/README.md): Add core namespace to XML view examples (#250)
Added `xmlns:core="sap.ui.core"` to `InvoiceList.view.xml` otherwise the UI won't render.
1 parent df213ca commit dba5cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)