I need to iterate and display collection object "List" containing objects of type 
"String" in my JSP, I know that if the collection is of type Array I can index and get 
all the objects but  is there anyway I can iterate this List object and disply its 
String objects in my JSP(without having to convert the list to Array).

Thanks for your help

-Ramadoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to