Hi,

I am facing a problem in Iterating the below collection using struts taglib.

List<List<String>> outerList;

<s:iterator id="outerList" value="outerList">
       <s:iterator id="innerList" value="*??????*">
            <s:property />
        </s:iterator>
</s:iterator>


please let me know what i need to mention in place of *?????*
*
*
*Many thanks in advance.*


-- 
Regards,
Prakash.

Reply via email to