Hi
I need your help.
In my GWT project I have two module files like below..
First File
public class GTDWeb1 implements EntryPoint{
public void onModuleLoad() {
------------------
-----------------
--- here is onClick event----
}
}
Second File
public class GTDWeb2 implements EntryPoint{
public void onModuleLoad() {
------------------
-----------------
}
}
In the first file "GTDWeb1" there is one onClick event from that event
when it will run I need to open a new window which contain second file
out "GTDWeb2".
Coukd you please help me on this...
thanks in advance....
--
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.