I forgot the line from where I am getting the URL:

loginInfo.getLoginUrl()


On Feb 14, 11:16 pm, John V Denley <[email protected]> wrote:
> OK, I think I might have figured out what the problem is... when Im
> creating the frame Im trying to set it using the following line:
>
> The resulting URL is "/_ah/login?continue=http%3A%2F%2Flocalhost
> %3A8888%2F" so the problem is that it is stripping out the "/
> myappname.html?gwt.codesvr=127.0.0.1:9997" part which then results in
> me running the last version of the application that I deployed to the
> web.
>
> Does anyone know why the version at "localhost:8888" is not the same
> version that exists at "localhost:888/IDeBanet.html?
> gwt.codesvr=127.0.0.1:9997" or how I can force it to be the same
> without having to deploy each time?
>
> Oh and Im running eclipse ganymede by the way.
>
> Thanks,
> John
>
> On Feb 14, 4:06 pm, John V Denley <[email protected]> wrote:
>
> > My application requires a login to a google account.
>
> > I have been looking at trying to do this login step within a GWT frame
> > which works fine.
>
> > The problem is that once that login has been completed my application
> > then loads INSIDE the frame, I really want it to reload in the parent
> > window. I have tried both the following:
>
> > Window.Location.reload();
> > Window.open("http://www.google.co.uk";, "_top","");
>
> > but neither of them have the desired effect, If I press F5 it does
> > exactlywhat I want it to do, even if the focus is on a text box within
> > the frame.
>
> > Anyone got any ideas, am I doing something wrong, is there a better
> > way to do this?
>
> > Thanks,
> > John

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