| Author |
display bean to a page
|
mark smith
Ranch Hand
Joined: Apr 05, 2005
Posts: 240
|
|
hi i have a javabean example client i do a query to a database like select * from client where client_id < 10 database find some record i add this recort to my javabean client and add this bean to a list now on my jsp page, i would like to display everybean bean who are in the list any idea? thank
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
JSTL's <c:forEach> I'll let you figure out the code  [ March 16, 2006: Message edited by: Satou kurinosuke ]
|
[My Blog]
All roads lead to JavaRanch
|
 |
 |
|
|
subject: display bean to a page
|
|
|