| Author |
Getting List inside List as VO in form
|
Guna sekar
Ranch Hand
Joined: May 18, 2010
Posts: 32
|
|
Hi,
i have a list which contains a list of VO's.in the VO there are arraylist in it. When i submit, i m not able to get the arraylist values inside the VO.
<logic:iterate id="cVO" name="cForm" property="cInfoList" indexId="id">
...................................
<logic:iterate id="sublist" name="cVO" property="cMist" indexId="id">
</logic:iterate>
</logic:iterate>
I need to get the values inside the list id="sublist".
|
 |
 |
|
|
subject: Getting List inside List as VO in form
|
|
|