I want to provide the user with a hint on what he needs to enter into my text field. However, when I set the value, it does not disappear once a user clicks on the text fiel
With HTML5, you can now use the placeholder attribute like this:
http://www.w3schools.com/tags/att_input_placeholder.asp