GWT is based on modules not files. Do you mean you wanted to redirect to another html file or a module in Java?
If a HTML page you can use the following command. Window.open(linkURL, "_self", "") HTH. -Shyam, On May 21, 6:55 am, Rajalakshmi Subramanian <[email protected]> wrote: > Hi.. > > I have created one gwt application. In the client package i inculded > two java file contains gwt coding. In the first java program i > included one Hyperlink when this Hyperlink is clicked it should > redircted to Second file which also contains some GWT coding. I dont > know how to redirect the java file. > > Help me on this issue... > > Regards, > Raji > > -- > 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 > athttp://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 [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.
