aspose file tools
The moose likes JSP and the fly likes display bean to a page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "display bean to a page" Watch "display bean to a page" New topic
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
    
  11

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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: display bean to a page
 
Similar Threads
display all items from a list
Display Check Boxes & Dropdowns in Struts with search results
retrieve data from database
select drop down question
Display Check Boxes & Dropdowns in Struts with search results