Menu
Tag

OracleJET

Warning: SelectSingle: could not fetch data for selected value

Many times you may see this warning while working in the combination of ADP (ArrayDataProvider) with SingleSelect components in Oracle VBCS or Oracle JET. Warning: SelectSingle: could not fetch data for selected value In this post, we will see how to resolve this. We get this warning when we input an ADP variable as a data value to a SingleSelect…

Routing in Oracle JET – Know how to navigate between pages

Routing is very useful in JET when we want to navigate between pages or modules. Following is the step-by-step procedure to configure the routing in Oracle JET. ·       Open main.js under sr/js folder ·       Search for function init() . By default, you see the below statements when you create a new project in this function ko.applyBindings(new MainViewModel(), document.getElementById(‘globalBody’)); app.adjustContentPadding(); ·      …

TypeError: h.apply is not a function

This is a Knockout JS error. I faced this issue when I am trying to invoke click action of a link created. My link statement is like below. <a data-bind=”attr:{id:Reqid},text: Title,click: $(‘#popup1’).ojPopup(‘open’, ‘#btnTitle’)”></a> And on click of this link, I am getting the below error. TypeError: h.apply is not a function This is because the click handler needs to be…

Hi, Welcome here.
JOIN OUR NEWSLETTER
And get notified everytime we publish a new blog post.