You init an element with "com.google.gwt.user.client.Element elem
= DOM.getChild(inputHTML.getElement(), 0);" and then you wanted to get the
value "val = DOM.getElementAttribute(elem, "value");". Why you do not try to
get the value by "elem.getAttribute("value")"? Or use a TextBox instead
HTML("... your textbox as html- code ...") and work with getter- method(s)
to get the value from outside. When I have enougth time I'll try your code:
first and foremost, it looks really good... ;) See U L8er--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
