Look in the Struts documentation for the logic:iterate tag. This was designed to do exactly what you want to do.
Jay On Tue, 12 Mar 2002, nsg wrote: > Now, i want to use that display style-----multiple lines in one page. > for example,i hava one page to display user's basic information. > > UserID Name Gender ... > 0001 Tom male > 0002 Linda female > > .... > > in Action class I executed one query,and got data of all users.but what's > the right way to process the data and display them in one page? > > > Thanks in advance. > > > best regards, > > Laker > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>