hi...
I am working in
JSF in IBM's RAD..
well usually i get the values of the textboxes in my page code bean using getTextName().getValue...
I am cnstructing a page whic calls a javascript function on window's onload,
then i use setTimeOut() to call the function again and againg every second... and update the textboxes i have in my
jsp for every call using
document.getElementById("form1:text1").value=x;
where x is the variable updated each time in my
Java script function....
but when i get the value of the textbox this time in this JSF page it throws some exceptions.... but in all other jsf pages i am able to retrieve...
is that cos of calling the JS function every second
plzzz help me to get it solved
Thanksss