In general, you need a module file (.gwt.xml) for each GWT module
(anything with onModuleLoad()).

Perhaps it would be best at this point if you posted your code and
described in more detail what you're doing.  Which GWT version?  Are
you testing in hosted mode?  With the embedded server?

Tony
---
Tony Strauss
Designing Patterns, LLC
http://www.designingpatterns.com
http://blogs.designingpatterns.com

On Apr 5, 3:34 am, bhanu <[email protected]> wrote:
> Hi,
>
> Thanks sir for the reply.I 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? Sir I am new to gwt. I read lots
> of articles, But i could not find out any article saying forwarding
> pages.
> So I request you I may make many mistakes and foolish questions. sorry
> for that.
>
> thanks
> Bhanu lakshmi.
>
> On Apr 5, 10:32 am, Tony Strauss <[email protected]>
> wrote:
>
> > The Window.Location.assign() method allows you to move to a different
> > page.http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/g...
>
> > ---
> > Tony Strauss
> > Designing Patterns, 
> > LLChttp://www.designingpatterns.comhttp://blogs.designingpatterns.com
>
> > On Apr 4, 3:15 pm, bhanu <[email protected]> wrote:
>
> > > Hi Friends,
>
> > > 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.
>
> > > One I found out, using formpanel. form.setAction("\newpage"); I tried
> > > to use. But i got some error when I tried to
> > > click login button regarding module name not found in classpath. My
> > > login screen has the entry point.
> > > when I click login button, it should go to the new page .so that new
> > > page should have a session details from the login screen.
>
> > > can you please help me?
>
> > > Thanks
> > > Bhanu lakshmi- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to