Hi,
i would like to get a element that my page have.
If the code is:
<input type="text" name="name" id="id"/>
and I use the document.getElementById("id"), i get the value, but
if my code is:
<h:inputText name="name" id="id" action="#{myBean.action}"/>
i don�t get the value of this element...
what�s the problem??
thanks.