[sapui5] [list] [fragment] Fragment/Dialog binding not working



Possible reason: You haven't set model to that dialog/fragment.

This is because of the ui5 framework concept: A new fragment will have its own model. If you want that fragment has the same model as the view. Please use the below command line:

this.getView().addDependent(this.oPictureDialog);


---V---

Nhận xét

Bài đăng phổ biến từ blog này

[sapui5] Best Practice in sapui5 development

Implement Search field with case-INSENSITIVE by SAP UI5

[sapui5][abap] Use Eclipse to push code to ABAP repository (temporary)