I'm developing a UI5 app and right now I have the following problem: I've changed things somewhere recently and now it gives me the following error in a view:
The control ID is not defined. Enter a unique ID.
I'm developing a UI5 app and right now I have the following problem: I've changed things somewhere recently and now it gives me the following error in a view:
The control ID is not defined. Enter a unique ID.
Copyright © 2021 Jogjafile Inc.

Either disable the
XML_MISSING_STABLE_IDwarning in your SAP Web IDE or addid="..."accordingly to the controls to which the warnings refer.I don't have access to SAP Web IDE anymore but as far as I can remember, you could decide which XML validator to use in your project. Go to the project settings and select the default XML validation instead of the SAP Fiori XML validator .