posted 17 years ago
you can have any Collection ....
suppose you are getting users details in resultset . userid, username, password and firstname etc.
then create a bean for user with setter getter methods for userid, username, password and firstname.
fill this objects by fetching each row from resultset. refer below code...
now set "userList" in scope you want and iterate wherever you need....