Hi Keith,
I am not sure I understand you correctly.
Are you trying to include an existing html content as part of a GWT
page?
If so, try this...
Create a slot (a <div> tag, or a Panel in case of GWT).
With a RequestBuider open a new connection and get the html content to
be included. Then include the html into the slot - panel.getElement
().setInnerHTML(html).

If this is what you wanted and if you are using GXT, I think they have
a HtmlContainer widget which can be instantiated with a url.

Hope this helps.

Thanks,
Jossey

On Feb 22, 11:08 am, "[email protected]" <[email protected]>
wrote:
> Hi
> Is there a means built into GWT to include an existing file, like a
> Server Side Include in apache?
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to