From: "JoAnn Lemm" <[EMAIL PROTECTED]> > I have a set of data that needs to be displayed in an html table. Each > column has its own formatting. The data are stored as rows in an > ArrayList in the Form bean. How can I create this HTML table using > struts without resorting to building the table in the bean.
I would use JSTL tags (c:forEach) to iterate over the ArrayList and display the data. But there are other ways, also. Struts doesn't tie you to any particular way to display things, so use what works best. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]