That would be continuation to the above code.
After you set the fruits Arraylist to the bean, call getFruits() which takes ArrayList as parameter on your bean.
FYI: You can make use of Transfer objects that carry information to your bean.
The code in getFruitDetails() method of your bean would like this.
\ are used to escape single quote, and brackets
I did not
test this program. Hope this will work.
Let me know if you have more questions.
Saritha
[ October 26, 2004: Message edited by: Saritha ventrapragada ]