Hi Boris, Thanks for the suggestion.
I changed the sequence of executing scripts in my html page. Old sequence. Script 1: Detect browser language and set meta element. Script 2: Loads Google Analytics module Script 3: Loads the compiled CTA module (nocache.js) New sequence Script 1: Loads Google Analytics module Script 2: Detect browser language and set meta element. Script 3: Loads the compiled CTA module (nocache.js) Looks like this solved the problem for me. Cheers Dennis On Jan 7, 5:46 pm, Boris Lenzinger <[email protected]> wrote: > Hi, > > Have you tried to set some breakpoints using Firebug ? it could help you to > understand what's going on. > > Boris > > 2011/1/7 cyclingthealps <[email protected]> > > > > > > > > > Hi I am also having this problem. > > Does not make a difference if I use Chrome FF or IE. > > Using gwt 2.1 as well. > > I really would like to know as well what to do to solve this. > > > Cheers > > > Dennis > > > On Jan 7, 7:41 am, Sudhakar <[email protected]> wrote: > > > I am also experiencing the same issue.I am using Chrome browser in > > > Ubuntu 10.10 > > > > On Fri, 2011-01-07 at 12:06 +0530, suersh babu wrote: > > > > Hi, > > > > > I am using gwt 2.1, After uploading my application to production > > > > server, some time I see my gwt module not loaded, only > > > > After clicking refresh button it get loaded. > > > > > Kindly can any one tell me what could be the reason, I am very > > > > interested in this. > > > > > -- > > > > Regards > > > > > Suresh Babu G > > > > > -- > > > > 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 google-web-toolkit > > > > [email protected]. > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- > > 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]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
