help! i have problems with document.getElementById("form1:textField1")
hello
sorry my english
my problem that is creator not display in the window alert , the box text content's
component button have a event onclick ,where it call the function saludar(" form1:textField")
here is my code
<script><![CDATA[
function saludar(texto) {
mitexto=document.getElementById(texto);
alert(mitexto.value);
}]]></script>
<ui:form binding="#{cesar1.form1}" id="form1">
<ui:textField binding="#{cesar1.textField1}" id="textField1" l
><ui:button action="ir" binding="#{cesar1.button1}" id="button1"onClick="saludar("form1:textField1")"
thanks you>

