Hy , I am creating an login/logout system with GWT. User is prompted with index.html , enters user , pass , server verify`s it and sands back true or false , this part is done and working. Now i am creating a widget for an administration part. If the response is true i would like to send him to administration widget , i created that too , and works. The problem is that the login screen does not disappear when i use
RootPanel.get().add(widget);
And i would like to "hide" all the login part...