secret inputText in adf rich client and trinidad
652672Feb 5 2009 — edited Feb 8 2009Hello All ,
i have <tr:inputText id="password"
secret="true"
value="#{editUserBackedBean.userBean.passWord}"
simple="true"
be careful this input text is secret ,
i want to edit this value,which is already filled,but when i submit the value without any change, it will not set to the server.
so i want to submit the secret value as it come from server side is there any way to do this ?
thanks all