Re: creating tables from array of DynaBeans

2004-12-17 Thread Bill Siggelkow
Assuming the RowSetDynaClass is stored as a scoped variable under the name "rowSet" you can do: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ page import="org.apache.commons.beanutils.*" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; prefix="bean" %> <%@ t

creating tables from array of DynaBeans

2004-12-17 Thread Olasoji Ajayi
hi, i obtained an array of DynaBeans from a RowSetDynaClass (thrugh the getRows() method). i dont know the names or culumns of the tables (the query was a SELECT * ). the problem now is how to display the reslults on a jsp page using strut tags, i thought of using the Logic:Iterate tag, how do i