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
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
2 matches
Mail list logo