baksheen
04-05-2009, 06:37 AM
hi,
I am new to GWT. I have been going through some tutorials and some
other stuffs. But I could not find out
any thing regarding to open new different page. A Simple example is
Login screen. Once the user successfully
logged in, it should be able to open new page and should show his name
like Welcome username.
need to use to use form.setAction
("newpage"); Because it has to bring the values from login page to
newpage.
when I used form.setAction("newpage") I got the the runtime error
saying newpage-gwt.xml could not find in classpath. So my doubt is,
for each page
do I need to create the each module?
thanks
bhanu lakshmi
I am new to GWT. I have been going through some tutorials and some
other stuffs. But I could not find out
any thing regarding to open new different page. A Simple example is
Login screen. Once the user successfully
logged in, it should be able to open new page and should show his name
like Welcome username.
need to use to use form.setAction
("newpage"); Because it has to bring the values from login page to
newpage.
when I used form.setAction("newpage") I got the the runtime error
saying newpage-gwt.xml could not find in classpath. So my doubt is,
for each page
do I need to create the each module?
thanks
bhanu lakshmi