as per the issue if it works for firefox then we can rule out. History object creating problem. what abt logs are you getting any error logs in hosted mode.
error log will be silent if you have server side issue, but that should not also be your problem as it works for the first time, so GET is doing its job, on that point is your GET request re-entrant. if not then that can be your problem. thats the only thing i can assume can go wrong when nothining shows up when you hit refresh check for History object manipulation code , check for GET maybe you are expecting some cookie in your servlet i can think if only these two parameter to be the culprit in pure GWT environment On Fri, Sep 25, 2009 at 2:09 PM, mars1412 <[email protected]> wrote: > > so first your app is loaded in IE - everything's fine > then you press the browsers refresh button and get a blank page? > > On Sep 24, 7:31 pm, Rahul bhatt <[email protected]> wrote: > > HI > > > > I am using GWT and GXT to develop a rich application. I get blank page > > while refreshing home page in Hosted mode as well as with Internet > > Explorer. this works fine when I use Fire fox every thing works fine > > > > Please help > > > > Regards > > Rahul > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
