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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -