Hi,
i have a jsp page very simple, that have a form with a text field and a submit button, above are the code :
As you can see i have a action named "dasaldo" that is the name of my servlet, above are the servlet code :
Everything works fone, and when a put the name of client and press submit,
the app print in System.out.println the resultset fine.
the problem is that i want to put the resultSet in the page and not in System.out.println
what can i do to put the result of query in the same JSP that have the text field and the submit button ?
best regards