hi i have a list that holds other lists and inside of the other lists i have
objects but i have a little problem while reaching the lists inside of a
list. Here is my tag structure
<s:iterator status="statMain" value="menuList">
                                                        <ul 
id="#statMain.index" class="treeview">
                                                                <s:iterator   
value="menuList[#statMain.index]" status="stat">
                                                                                
<li> 
                                                                                
         ../admin/EditMenu!authorize.action?menuId=<s:property value= " > 
../images/edit_icon.gif   
../admin/EditMenu!delete.action?menuId=<s:property value= " > 
../images/delete.gif   <s:property value="title"/>
                                                                                
        <s:iterator status="stat1" value="childMenus">          
                                                                                
                <s:if test="#stat1.index==0">
                                                                                
                        <ul>
                                                                                
                </s:if>
                                                                                
                        <li>  
../admin/EditMenu!authorize.action?menuId=<s:property
value= " >  ../images/edit_icon.gif   
../admin/EditMenu!delete.action?menuId=<s:property value= " > 
../images/delete.gif   </textarea> <s:property value="title"/></li> 
                                                                                
                <s:if test="#stat1.last">
                                                                                
                        </ul>
                                                                                
                </s:if>
                                                                                
        </s:iterator>
                                                                                
</li>
                                                                </s:iterator>
                                                        </ul>
                                                </s:iterator>

i can not access to the bold one what should i do for accesing a list inside
of a list. 
Thanks
-- 
View this message in context: 
http://www.nabble.com/nested-iteration-using-struts2-iteration-tag-tf3656055.html#a10214250
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to