When programming in jsp you can use the jsp:include when you want to
include an html file in that part where the tag is. Can i do something
similar in my gwt web app?
Like when i press a button to do
rp = RootPanel.get("mainContainer");
rp.clear();
//here do the include
This will help me separate html from my gwt web application and when
pressing several buttons to load the specific context. Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---