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. 

Reply via email to