Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSP: How do display list of objects in jsp table?

843840Feb 26 2008 — edited Mar 3 2008
sorry that my question my confuse you, let me explain more.

in my java class, have method : public List retrieveAllVacancies(); and it returns a list of available vacancies.
on my jsp page, i want to display the vicancies in the table have 3 rows:

vacancy title | location | contract type

should i use some form of for loop or iterator to get the vacancies in the list? how does the jsp page get the list of objects?

anyone can help me? thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2008
Added on Feb 26 2008
13 comments
5,353 views