Hi there, I have an GWT application. Right now what I'm doing is that I'm displaying the data in a single grid with all the buttons in a row . Each button has a listener. when i click one of the buttons, it hides the other widgets and displays the required widgets on the same page and displays some data on the same page. I have added a back button to the page and when the back button is clicked the app hides the panels and displays the other panels.
What I need to do is following 1) instead of having a button I need a link and when that link is clicked it would open the a URL in a seperate window and then later on display some data in that window. What approach should I take ? How can I have multiple htmls and call them from the GWT module or have multiple entry points to the application and call it ? Thanks - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
