« Return to Thread: How do I access textField component using javascript in netbeans6.5

Re: How do I access textField component using javascript in netbeans6.5

by freeborn :: Rate this Message:

Reply to Author | View in Thread

problem solved.

for someone may not know, In netbeans 6.5 you will have to use the following code

document.getElementById(txt).setProps({value: "hello"});

For more information goto

http://webdev2.sun.com/woodstock-tlddocs/webuijsf/tld-summary.html

hope this help

 « Return to Thread: How do I access textField component using javascript in netbeans6.5