Dear All,
I have placed the custom UI5 application in the Fiori launch pad using semantic object and able to access it successfully for the first time .
when i access the same for the second time , i getting the below error,
Adding element with duplicate ID,
From other discussion i have tried placing the destroy function in the Component.js . but still the same .
destroy: function() { if (this.oRouteHandler) { this.oRouteHandler.destroy(); } sap.ui.core.UIComponent.prototype.destroy.apply(this, arguments); },
Kindly help me