我在 adfmf-feature 中设置了首选项,在 amx 页面中我使用 <amx:inputText label="url" id="it1" value="#{preferenceScope.feature.adf.mobile.sample.ProfilePage.showProfileImage.showImage}"/>
.
但是,如果我对 HTML 使用相同的格式,<input type="username" name="xyz" id="user" value= "#{preferenceScope.feature.adf.mobile.sample.username}" />
我将无法获得结果。我将#{preferenceScope.feature.adf.mobile.sample.username}
自己作为文本框中的输出!此处的值仅用于识别目的。它们与我的应用程序中各自的 ID 相匹配
它应该用 Javascript 端编写吗?还是有其他方法可以获取值并设置?
谢谢