Hello everyone.
I'm using appengine1.4.0 and, GWT 2.1.0.
I found a odd problem today.
Please see the following codes.
---
public void onModuleLoad() {
RootPanel.get().add(new Label("Hello!"));
}
---
I run the app and captured the html code of label control using IE
Develop tools.
Please see the following
---
<div class="gwt-Label" __listener="<DIV class=gwt-Label>Hello!</DIV>">
Hello!
</div>
----
Here what is the '_listener' attribute?
It doesn't appear on FireFox or Google Chrome.
It appears only on IE.
I have not seen this problem when using appengine 1.3.8 and gwt 2.0
Would you like to let me know why it is?
Thanks in advice.
--
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.