You can use nested (JSTL) c:forEach tags. The outer one will iterate over the List of Lists. The inner one will iterate over the List of Strings that is the current outer List.

Hope that helps,
Erik


Olasoji Ajayi wrote:

i have a form bean which has a rows property of type List, the list elements are also objects of type List. and these List objects contain strings (so i have a list of lists of strings). i want to display these strings in a form (an entire table will come from just the single property), all i have read in the documetions has to do with displaying the contents of a property that is a List but not the two level list i have here.


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



Reply via email to