0
Good morning,
I’m with a system developed with version 1.2 of JSF and Richfaces 3.3
I’ve been researching about including a placeholder in the element <h:inputText
jsf but only found tutorials for jsf version 2 or primefaces. I also found a way to do it with Richfaces, but only version 4 onwards.
I found nothing that could help me.
Does anyone know a way to include a placeholder in the tag <h:inputText
?
as in normal HTML:
<input value="item" placeholder="seach"/>