RE: How to read data from nested list elements

2008-06-27 Thread Reddy, Ramachandra (IS Consultant)
: 'user@struts.apache.org' Subject: How to read data from nested list elements Hi Folks, I have particular requirement where I have nested elements and within that again some elements… So the nesting is up to 3 levels. Top most element is    ModulesList= it has N modules  Module

How to read data from nested list elements

2008-06-26 Thread Reddy, Ramachandra (IS Consultant)
Hi Folks, I have particular requirement where I have nested elements and within that again some elements… So the nesting is up to 3 levels. Top most element is    ModulesList= it has N modules  Module = it has N  Parts Part= it has N Elements Here is the class hieirarchy Parent class that hol