added register mesagemanager (#468)

added register mesagemanager for data validation via binding,

check demo 67, and insert charcters in the Input fields
This commit is contained in:
choper725 2023-08-07 21:45:45 +03:00 committed by GitHub
parent f03c8d3780
commit 904dc3623c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ ENDCLASS.
CLASS z2ui5_cl_http_handler IMPLEMENTATION.
CLASS Z2UI5_CL_HTTP_HANDLER IMPLEMENTATION.
METHOD http_get.
@ -333,6 +333,7 @@ CLASS z2ui5_cl_http_handler IMPLEMENTATION.
` } else {` && |\n| &&
` oView.placeAt("content")` && |\n| &&
` };` && |\n| &&
` sap.ui.getCore().getMessageManager().registerObject(oView, true);` && |\n| &&
` sap.z2ui5.oView = oView;` && |\n| &&
` },` && |\n| &&
` );` && |\n| &&