| Author |
How to print values
|
Krishna Attravanam
Greenhorn
Joined: Oct 21, 2004
Posts: 16
|
|
I have an arraylist in a bean ... how do i print the values from of the arraylist from a bean ?? I am a lil stuck there Thanks Krishna
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Using which web framework?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
if you use struts , you can use logig tag to iterate collection of data. Example 1. in java class 2. in jsp page This will help you.
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
 |
|
|
subject: How to print values
|
|
|