Hello everybody!

I made a GWT module as usual in its own HTML page. I tried to use this
HTML in my application in an iframe. The module builds up its UI in
the onModuleLoad method, then makes an RPC request to fill the widgets
with data. This works well in IE, Chrome and Opera. However, in
Firefox there is a major problem. The RPC request never makes it to
the server. The UI builds up perfectly, so the module is loaded. I've
put a breakpoint on the server side, at the start of the RPC call. It
never runs on Firefox. There is absolutely nothing unique about my
application, and this is not the first time I've made an application
like this. This happens on my PC and on my server machine too.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to