A really beginner question
Hi All:
I am new to jsp/java
I have a simple question. I have a servlet that connects to mysql and get a listing from a table; I am able to output within servlet
Now my next step is to write a small jsp file, call this servlet, get the list from the servlet and display it nicely using tables
how do I do this
thanks
ra

