How about using the tag

<bean:define id="secondCollection" name="elementFromFirstColleciton" 
property="someCollecitonProperty" scope="session"/>

to get a handle on the second collection and then literate on 
"secondCollection"


At 11:12 AM 3/23/2001 -0700, you wrote:
>Since nobody seemed to have read my long mail, I am re-writing my mail short
>and probably sweet.
>
>Can I do, multilevel iteration with iterate tag.?
>For example:
>I have collection of beans in my session. In my JSP, I want to first iterate
>at the collection to get the individual beans. And for every bean again
>iterate to get attributes/variables.
>
>Any help is deeply appreciated.
>
>Cheers.......................!
>Sundar


Reply via email to