[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] JSP in Eclipse WebBrowser?

I use the Eclipse WebBrowser to display a welcome page in an editor.
like so:
IWebBrowser browser = support.createBrowser(style,browserId,name,tooltip);
browser.openURL(url);

Right now i'm able to show HTML. Is it possible to show JSP as well?
I tried but it just displays the source code :(
How can I re-use the Eclipse JSP Support?

thanks for any advice
Norbert Schoepke