|
You haven't explained how to get the data from the JavaBeans component to the JSP. I've been using JSTL to do so, but the tricky part is making sure that the data is packed in a suitable way to pass it to the JSP. Are vectors the best to use, because resultsets can't be sent to JSPs? Where would I go to find this info -- is there another tutorial on this somewhere? |