On Wed, Nov 23, 2011 at 10:43 PM, SATHYA <[email protected]> wrote:

> Hi,
>
> I am facing a problem in Iterating the below collection using struts
> taglib.
>
> List<List&lt;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.
>
> --
> View this message in context:
> http://struts.1045723.n5.nabble.com/Nested-Iterator-tag-tp5018192p5018192.html
> Sent from the Struts - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
There is a reference called 'top' which always points to the top of the
stack.

Please use the struts-user mailing list for your questions though.
Struts-dev is for the development of Struts only.

Kind regards,

Phil

-- 
"We cannot change the cards we are dealt, just how we play the hand." -
Randy Pausch

Reply via email to