[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
Đăng nhận xét