Re: Dynamic data html generation

2004-07-08 Thread DGraham
Use displayTag and leverage the columnDecorators for the formatting:  www.displaytag.org Dennis "JoAnn Lemm" <[EMAIL PROTECTED]> 07/08/2004 03:54 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject

Re: Dynamic data html generation

2004-07-08 Thread Wendy Smoak
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

RE: Dynamic data html generation

2004-07-08 Thread Jim Barrows
> -Original Message- > From: JoAnn Lemm [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 12:55 PM > To: Struts Users Mailing List > Subject: Dynamic data html generation > > > > Hi All, > > I have a set of data that needs to be displayed in an html table. Each > column has its

RE: Dynamic data html generation

2004-07-08 Thread Hookom, Jacob
Google display taglib -Original Message- From: JoAnn Lemm [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 2:55 PM To: Struts Users Mailing List Subject: Dynamic data html generation Hi All, I have a set of data that needs to be displayed in an html table. Each column has its ow