Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 JavaScript 在 Java ADF 中获取一个值。我尝试了很多示例,但得到了未定义或空值。
有谁知道如何使用 JavaScript 在 ADF 中获取 inputtext 值?
以及配置是什么?
要查找组件,您可以使用方法。要从 inputText 中获取价值,请使用this。
var input= AdfPage.PAGE.findComponent("it1"); var value = input.getValue();
document.getElementById('pt1:r1:0:subform0base:userName::content').value