Default text (placeholder) in InputText component
问题 I want to display a default Informative text in JSF/Primefaces inputText component. This text should disappear when user clicks on Text field. Appear when he clicks outside without typing anything. If user submits the form without any value, this default value should not be set to Bean's Property. I'm aware that setting the default value to BeanProperty in ManagedBean will work,but I don't want that. Please suggest any JQuery tweaks,If possible. Redirect me to right Question if this question