Re: Window.Location.Reload Issue

2023-05-06 Thread Vassilis Virvilis
Hi, It is not clear from your description but let's assume that you have 2 GWT applications. One runs at the toplevel window and one runs in an iframe. At some point you want to reload the main page from the iframe. The thing is the iframe thinks it runs in the main window. You have to access the

Window.Location.Reload Issue

2023-05-06 Thread JaldiSeDekho
Hi Everyone, I am having a GWT page with a Header, Left Nav and an iFrame besides the left nav which reloads. After a particular condition on a button reload I want the complete browsers page to reload, hence I am hitting the Window.Location.reload() however this is reloading the iFrame and no