Posted By:
Chester_Woo
Posted On:
Thursday, January 17, 2002 07:31 PM
when using Struts framework, how to return several records taken from database to the result JSP page. From struts examples I can see how the result JSP page get a record from XXXAction.java. But as for several records, I don't know how to get them.