RE: How to read data from nested list elements

2008-06-27 Thread Reddy, Ramachandra (IS Consultant)
Guys found the solution Check the usage of nested tags that can handle any levels. http://www.learntechnology.net/content/struts/struts_nested.jsp Warm Regards Ramachandra Reddy -Original Message- From: Reddy, Ramachandra (IS Consultant) Sent: Thursday, June 26, 2008 12:44 PM To

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