Re: How to process multiple lines data in one page?

2002-03-11 Thread Jay sissom

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.
> 
> UserIDNameGender...
> 0001Tommale
> 0002Linda  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:   
For additional commands, e-mail: 




How to process multiple lines data in one page?

2002-03-11 Thread nsg
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.

UserIDNameGender...
0001Tommale
0002Linda  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