The servlet writes out a html form to an JEditorPane, the question is how to handle the button clicked event in the JEditorPane? Could anybody help me? Thanks a lot.
OK, I'm a bit confused (my fault, I'm not much of an AWT/Swing person) So, you are using a JEditorPane to display a HTML page. The HTML page contains a button (no, I'm assuming its an HTML button and not an AWT or Swing button). You want this button to execute some code in the JEditorPane as well as performing the HTML required action? I'm guessing this is a JEditorFrame-specific problem and you might want to ask the question in the Swing / JFC / AWT forum. (ie, I have no idea ) Dave
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Submit buttons in JEditorPane from Servlet