Quantcast
Channel: SCN: Message List - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 8124

Error when tile container gets called

$
0
0

Hi,

 

I have the following scenario

 

1. When user logins landing page, user can able to navigate between tiles

 

err3.png

 

2. To go back to the landing page, when user click on Back button on the header (green colour button), I am getting the following error

err1.png

Details of the error

err2.png

On click of the button the following code get called

 

onBackButtonPress:function(oEvent,oData){

// window.location = util.getServiceUrl(CONSTANTS.APPLOCATION);

 

var sViewToNavTo = "landingPage";

 

var bus = sap.ui.getCore().getEventBus();

 

bus.publish("nav", "to", {

id : sViewToNavTo,

data : {}

});

 

  },

 

The landing page has a tile container which adds the tiles.

 

Can you help is highly appreciated


Viewing all articles
Browse latest Browse all 8124

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>