Tuesday, September 7, 2010

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

Hi Nirav

Just right click on project(Eclipse IDE) and create new html. It auotomatically configures this new html. Now u can put <div> element here and then
RootPanel.get(div id).add() will work.

Regards
Deepak

On Sun, Sep 5, 2010 at 9:08 PM, Nirav Joshi <joshi.nirav21@gmail.com> wrote:
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 help of GWT ?

Thanks and Regards
Nirav Joshi

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment