FE and BR are the static text beside which the result would be
displayed. I was using them to recognize the two results differently...
did I answer ur question? 

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 18, 2008 10:00 PM
To: Struts Users Mailing List
Subject: Re: S2 NESTED iterators & FLAT HashMaps:

--- ravi_eze <[EMAIL PROTECTED]> wrote:
> i have 4 hashmaps as follows: 
> (1). HashMap<String, HashSet<String>> treesFruitsMap = new HashMap();
> (2). HashMap<String, HashSet<String>> fruitsColourMap = new HashMap();
> (3). HashMap<String, String> colourVitaminMap = new HashMap();

That's only three.

> any idea how to go with this? I tried as follows but its not working..

>       <s:iterator id="frId" status="frStat"
value="frColourMap.keySet()" >
>               <s:iterator id="coId" status="coStatus" value="top" >
>                       FE <s:text name="%{top}" /> <br/>
>                       BR <s:text name="%{coStatus[top]}" /> <br/>

"coStatus" is your inner iterator's status var; I'm not sure why you're
using
it in the "BR" <s:text.../> tag?

Dave


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

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

Reply via email to