GET requests from JEditorPane displaying an html form

From: ELSID Software (elsid_at_crbn.com)
Date: 07/23/04


Date: 22 Jul 2004 21:49:41 -0700

I am writing a simple browser using the JEditorPane.

I am trapping the hypertext exception to move from web page to web
page with no problems.

However, when I get to a page that contains a html submit button as
part of a form with in the JEditorPane, the request is sent off to
the web server but the resulting page is never displayed, I do not
even know if it is even received by the JEditorPane.

I have searched but can find not info on this.

So can any one point me in the right direction in the use of POST/GET
within the JEditorPane as it seems really odd that it can sent the
request but not handle the reply. Most likly I have not searched for
the right stuff.

regards
Robert