Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Make fields appearing blank

843842Feb 9 2006 — edited Feb 10 2006
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 10 2006
Added on Feb 9 2006
10 comments
229 views