Hi Niraj, There are a number of solutions available to you, one of them would be to have your logged in user redirected to another page that's all GWT (if that's what you're looking for). If you want to remove elements by hand from the page itself, it should be possible to do using the RootPanel.get() method and calling clear() on the Elements that you get back.
Regards, Arthur Kalmenson On Aug 22, 7:04 pm, Niraj <[EMAIL PROTECTED]> wrote: > I have a start page with a GWT written Login panel in a div tag . The > start page has a ton of CSS at page level .i,e body , a etc. > > My problem is that after login , I need to take control of the > viewport and get rid of all the HTML that was defined on the > startpage. > > Is their a way to do this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
