Well Dennis,
First, I need to know the following tag <div id="entries"> is the main
tag in your Hosted HTML file??? if so, you should be able to remove
everything inside it with the RootPanel.get().clear() method.
However, if the tag <div id="entries"> was generated by the GWT
compiler from a FlowPanel, or FocusPanel or any other panel, than you
should call the panel.removeChild() method, which Im sure you're aware
of that already :)
If none of the above is your case, then please be more clear about it
and if possibly, you could post your Java code here.
Regards,
Joe
> >
google-web-tool...@googlegroups.com<google-web-toolkit%2Bunsubs
cr...@googlegroups.com>
> > .