Not sure why but if you dynamically create a hyperlink using the
Hyperlink class everything works fine under IE but if you try to
create a static hyperlink, IE will not trigger a ValueChangeEvent.
In other words:
Hyperlink h=new Hyperlink("test","test");
and
<a href='#test'>Test</a> (placed directly in an HTML page)
will behave completely differently under IE7 (one works, one doesn't
even though the generated code is the same for both) - This works fine
under FF, Chrome and Safari.
Any help would be greatly appreciated.
Jean
--
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.