Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle JET Input text demo in Jdeveloper 12.1.3

Ashish AwasthiMar 24 2019 — edited Mar 28 2019

Hello Experts

I am trying JET input text tutorial from Cookbook from this link

https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=textInput&demo=text

Using the same code I am able to show input text on the page

Jet Input text.PNG

but its value is not showing in DIV, On browser console, it is showing error

`Uncaught (in promise) ReferenceError: Unable to process binding "text: function(){return value }"`

Message: value is not defined

at text (eval at createBindingsStringEvaluator (knockout-3.4.2.debug.js:2992), \<anonymous>:3:57)

at update (knockout-3.4.2.debug.js:4669)

at ko.dependentObservable.disposeWhenNodeIsRemoved (knockout-3.4.2.debug.js:3383)

at Function.evaluateImmediate\_CallReadThenEndDependencyDetection (knockout-3.4.2.debug.js:2183)

at Function.evaluateImmediate\_CallReadWithDependencyDetection (knockout-3.4.2.debug.js:2150)

at Function.evaluateImmediate (knockout-3.4.2.debug.js:2111)

at Object.ko.computed.ko.dependentObservable (knockout-3.4.2.debug.js:1964)

at knockout-3.4.2.debug.js:3381

at Object.arrayForEach (knockout-3.4.2.debug.js:159)

at applyBindingsToNodeInternal (knockout-3.4.2.debug.js:3353)

jquery-3.3.1.js:3827 Uncaught Error: You cannot apply bindings multiple times to the same element.

Please help

Thanks

Ashish

This post has been answered by John JB Brock-Oracle on Mar 27 2019
Jump to Answer
Comments
Post Details
Added on Mar 24 2019
6 comments
524 views