Hi

I am facing one problem

I need to show a output of a file in a new window on onClickEvent.

First File
public class GTDWeb1 implements EntryPoint{

   public void onModuleLoad() {
   ------------------
   -----------------

  --- here is onClick event----
 }

}

----------------------------------------------------------------------------------------
Second File
public class GTDWeb2 extends SimplePanel{
   public void onLoad() {
   ------------------
   -----------------
 }

}

Thers is one onClick Event in my first file as shown above. I need to
open a new window which should have output of second file (GTDWeb2).
is it possible in GWT ? I am new in GWT help me.

Please anyone help me, I need to solve this urgently....

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to