http://www.onjava.com/pub/a/onjava/2004/06/09/jsf.html
this is a good article on the issue. On 12/20/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > doesn't work > > use facelets or glassfish (jsp 2.1) > > > > On 12/20/05, Jeremy Sager <[EMAIL PROTECTED]> wrote: > > Hi guys - > > > > Thanks in advance for any answers :) > > > > I need to iterate over something in one of my JSPs that is a list maintained > > in a session scoped JSF bean. > > > > I am trying to use this JSTL tag: > > > > <c:forEach var="children" items="$editorPanelBean.list"> > > > > Is this legal? Or do I need to do something complicated like using a JSP > > scriptlet to get my request parameters and go digging for the map? > > > > Jeremy Sager > > Data Communications Product Manager > > Chesapeake System Solutions > > 410.356.6805 x120 > > [EMAIL PROTECTED] > > > > > > > -- > Matthias Wessendorf > Zülpicher Wall 12, 239 > 50674 Köln > http://www.wessendorf.net > mwessendorf-at-gmail-dot-com > -- Matthias Wessendorf Zülpicher Wall 12, 239 50674 Köln http://www.wessendorf.net mwessendorf-at-gmail-dot-com

