Thanks for your reply.
What I'm trying to do is simply add an existing html page onto a
panel.
It doesn't seem like it should be so difficult, but I'm not finding
any examples on how to do this.


On Feb 22, 9:29 am, jossey <[email protected]> wrote:
> Hi Keith,
> I am not sure I understand you correctly.
> Are you trying toincludean existinghtmlcontent 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 thehtmlcontent to
> be included. Thenincludethehtmlinto 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 toincludean existing file, like a
> > Server SideIncludein 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