| Author |
nested iterator using List and Map in struts2
|
kiran chirravuru
Greenhorn
Joined: Nov 25, 2009
Posts: 26
|
|
Hi
I am having two nested iterators on is iterating using list and the other using map. The list contains all the ids and map contain
the id and value pair. So how get the value for the particular id using thes iterator . The following is the code
<s:iterator var="item" value="lstparentIds">
<s:iterator var="item" value="childmap">
<s:property />
</s:iterator>
</s:iterator>
Regards
Kiran
|
 |
 |
|
|
subject: nested iterator using List and Map in struts2
|
|
|