AFAIK, onLoad would never get triggered. Typically window.onload would
get invoked, when the DOM is ready to process the JS after loading
every other JS, CSS files etc. Here in GWT, nocache.js has already got
downloaded to the client and fired another request for loading browser
corresponding HTML file. So, onLoad function would be there in the
HTML files that would get downloaded and not in any JS file to get
called normally.
Instead you can have a function written in GWT, and call that from
other JS file. And make sure you wait for the presence of the function
that you want to invoke.

On Mar 24, 5:25 pm, mariyan nenchev <[email protected]> wrote:
> Hi,
>
> i tried it, but it seems that onLoad is not triggered.

-- 
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.

Reply via email to