Hi i'm a new member of the list and i'm working on e graduate project, so the problem is:
 I need to load an HTML thats contain a form  and i must proccess the value that put into the controls in the form(e.g <input type="text" name="person_name">). I'm using the JEditorPane for show the html file, it wroks ok, also i can read the components into hte page show(by JEditorPane) but i can't get the name...
 
JEditorPane pane=new JEditorPane(scrollpane);
pane.setPage(url); 
.....
Components[] comp=pane.getComonents();
comp[0].getName(); // return null string.
and comp.length==4(i did print it in my console)
 
any sugestion..will be apreciate...thanks in advance Romel.
 
PD: sorry for my english.
 
------------------------------------------------------
Romel Calero Ramos
Est. Ciencia de la Computaci�n
Universidad de La Habana

Reply via email to