Narrowed down the issue. The issue is
1) Open IE and click CTRL+N, whcih opens a new browser window but with same session. 2) Now try to access the GWT application, once the resposne comes from the server, GWT compiled javascript gets executed on the browser. 3) Now close the browser, when the javascript is running 4) Now access the GWT application in the second brwoser and it will not respond. Technically it is not problem with GWT application, but it is a problem with javascript. Can any body throw some info on this issue? Thanks Suresh On Oct 1, 8:17 am, Maddy <[EMAIL PROTECTED]> wrote: > Any thoughts on this? > > On Sep 30, 6:44 pm, Maddy <[EMAIL PROTECTED]> wrote: > > > Hi, > > > We have developed a GWT applicaation and it can be accessed from > > another page using a link. > > > Issue: When we launch the GWT application, it opens in a child window. > > Before it gets the response from GWT service, user is closing the > > child browser. Now the problem is, again when we try to click on the > > hyperlink, the GWT application is not launching. When we checked in > > the server logs, the request is not even reaching the server. > > > The application is deployed in OC4J application server. > > > Could you any one point me to some direction? why the new launch is > > not happening? > > > Thanks in Advance. > > Suresh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
