Posted By:
Anin_Mathen
Posted On:
Friday, January 2, 2004 10:12 AM
Yup you answered your own question.
You can return the values to the jsp from your bean using a
signature like this
String[] getPolicies()
But internally within the bean you might want to store the policy numbers in a List of some sort.
Hope this helps,
Anin