how to get the preference value in HTML page? -
i have preference set in adfmf-feature , in amx page using <amx:inputtext label="url" id="it1" value="#{preferencescope.feature.adf.mobile.sample.profilepage.showprofileimage.showimage}"/>
.
but if use same format html <input type="username" name="xyz" id="user" value= "#{preferencescope.feature.adf.mobile.sample.username}" />
not able result. #{preferencescope.feature.adf.mobile.sample.username}
output in text box! values here identification purpose. match respective id's in application
should written in javascript side? or there other way value , set?
thank
html doesn't know how resolve el expression - see if have javascript api lets access preferences.
Comments
Post a Comment