Hi guys, I have a registration form that contains some address fields. I want the information already stored to be displayed in read only text next to the fields and the fields where new information that is gonna overwrite the existing one to be appearing as blank. Is there any way to do that?
so all I am asking is this field (which get the value from the bean to be appearing as blank
<h:inputText id="city" value="#{userUpdate.user.address.city}" />
cheers