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

[363 byte] By [jspjspa] at [2007-11-27 4:44:20]
# 1

1) create action class and actionform class

2) write your jsp for your need (lot of online example out there)

3) call your BO that populates your table

4) set the form elements property from your action class with table data.

IF YOU NEED CODE, BETTER VISIT ONLINE. YOU WILL FIND MORE THAN ENOUGH.

skp71a at 2007-7-12 9:56:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...