Yes, either a dot or the word "top" should do what you're looking for. Worst case, you might be able to use %{#outerList} to reference the id from the outer iterator. (*Chris*)
On Wed, Nov 23, 2011 at 3:51 PM, <jlm...@gmail.com> wrote: > I think a dot should work. > ------Mensaje original------ > De: Sathya Prakash > Para: user@struts.apache.org > Responder a: Struts Users Mailing List > Asunto: Regarding Iterator > Enviado: 23 Nov, 2011 16:16 > > 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. > > > > Sent via BlackBerry from T-Mobile > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >