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側で書くべきですか?または、値を取得して設定する他の方法はありますか?
ありがとうございました