1) use addDomHandler instead of addHandler 2) use ChangeEvent.getType() instead of a new GwtEvent.Type()
That being said, <input type=hidden> won't ever dispatch a change event (setting the value programmatically never dispatches an event on any of the <input type=XXX> types) See, for example, http://stackoverflow.com/questions/1003053/does-html-hidden-control-have-any-events-like-onchange-or-something/1003155#1003155 -- 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.
