I am wrapping html code into gwt widget
i have for exemple an input text:<input class="autotab behavior"
id="login" name="login" type="text" >
wrapped to:TextBox userName=TextBox.wrap(DOM.getElementById("login"));
my problem that i can't get the input text value(when i clik a
button , i would like to get the value of the input text field)
if i set the attribute 'value' in the tag input , i could get it's
value but when i write the value in the field(in my interface) ,i
couldn' get it
Is there any solution to get the text written in the input field?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.