Re: Require Help to have multiple HTML Pages with one Entrypoint in my GWT App

2010-09-07 Thread suersh babu
Use Window.Location.assign("url") inside the gwt Entry point module so that you can redirect to different page Regards Suresh Babu G On Wed, Sep 8, 2010 at 12:19 AM, Deepak Singh wrote: > Hi Nirav > > Just right click on project(Eclipse IDE) and create new html. It > auotomatically configures th

Re: Require Help to have multiple HTML Pages with one Entrypoint in my GWT App

2010-09-07 Thread Deepak Singh
Hi Nirav Just right click on project(Eclipse IDE) and create new html. It auotomatically configures this new html. Now u can put element here and then RootPanel.get(div id).add() will work. Regards Deepak On Sun, Sep 5, 2010 at 9:08 PM, Nirav Joshi wrote: > Hi all > i am new user of the GWT a

Require Help to have multiple HTML Pages with one Entrypoint in my GWT App

2010-09-07 Thread Nirav Joshi
Hi all i am new user of the GWT app. I want help from you guys to guide me for having multiple html/jsp page with one entry point. Let us i want to have two pages page1.html,page2.html. page1.html is a login page. when i logged in then it should redirect to page2.html. How will i do it with the he